Clicking tabbar arrow scrolls and fix multicursor

Closes #1503
This commit is contained in:
Zachary Yedidia
2020-02-12 13:05:15 -05:00
parent bf1258578c
commit bad78797bb
5 changed files with 27 additions and 18 deletions

View File

@@ -199,7 +199,6 @@ func InitRuntimeFiles() {
}
p.Info, err = NewPluginInfo(data)
if err != nil {
log.Println(err)
continue
}
p.Name = p.Info.Name
@@ -232,7 +231,6 @@ func InitRuntimeFiles() {
}
p.Info, err = NewPluginInfo(data)
if err != nil {
log.Println(err)
continue
}
p.Name = p.Info.Name