expose onTabCreate() so other plugins can create blessed goldenlayout tabs

This commit is contained in:
Brenden Tuck 2020-09-18 18:45:50 -04:00
parent a3b1a98bb9
commit 3ea4833124

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