Hot fix: Temp. removal of this line as it crashed the menus closing on body click

This commit is contained in:
Molkobain
2021-03-19 19:57:47 +01:00
parent 8fade400b7
commit 8dac0a56c9

View File

@@ -37,7 +37,8 @@ class PopoverMenu extends UIBlock
// Overloaded constants
public const BLOCK_CODE = 'ibo-popover-menu';
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/popover-menu/layout';
public const DEFAULT_JS_TEMPLATE_REL_PATH = 'base/components/popover-menu/layout';
// TODO 3.0.0: Fix crash when enabling the JS template
//public const DEFAULT_JS_TEMPLATE_REL_PATH = 'base/components/popover-menu/layout';
public const DEFAULT_JS_FILES_REL_PATH = [
'js/components/popover-menu.js',
];