From 97f359f9ae44ba246bb4d0aabbb3f529c794a3d3 Mon Sep 17 00:00:00 2001 From: Brenden Tuck Date: Fri, 18 Sep 2020 18:45:50 -0400 Subject: [PATCH] expose onTabCreate() so other plugins can create blessed goldenlayout tabs --- .../web/webclient/static/webclient/js/plugins/goldenlayout.js | 1 + 1 file changed, 1 insertion(+) diff --git a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js index cbf5217730..ec94917a98 100644 --- a/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js +++ b/evennia/web/webclient/static/webclient/js/plugins/goldenlayout.js @@ -535,6 +535,7 @@ let goldenlayout = (function () { onText: onText, getGL: function () { return myLayout; }, addKnownType: addKnownType, + onTabCreate: onTabCreate, } }()); window.plugin_handler.add("goldenlayout", goldenlayout);