mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #2198 from friarzen/goldenlayout_ontabcreate
expose onTabCreate() so other plugins can create blessed goldenlayout…
This commit is contained in:
commit
a5bde4b349
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ let goldenlayout = (function () {
|
|||
onText: onText,
|
||||
getGL: function () { return myLayout; },
|
||||
addKnownType: addKnownType,
|
||||
onTabCreate: onTabCreate,
|
||||
}
|
||||
}());
|
||||
window.plugin_handler.add("goldenlayout", goldenlayout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue