[Resolve merge conflicts

This commit is contained in:
Griatch 2020-09-19 14:19:40 +02:00
commit 443310b1c4
22 changed files with 76 additions and 129 deletions

View file

@ -535,6 +535,7 @@ let goldenlayout = (function () {
onText: onText,
getGL: function () { return myLayout; },
addKnownType: addKnownType,
onTabCreate: onTabCreate,
}
}());
window.plugin_handler.add("goldenlayout", goldenlayout);