Merge pull request #2198 from friarzen/goldenlayout_ontabcreate

expose onTabCreate() so other plugins can create blessed goldenlayout…
This commit is contained in:
Griatch 2020-09-19 09:45:38 +02:00 committed by GitHub
commit a5bde4b349

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);