diff --git a/src/core/shortcut.js b/src/core/shortcut.js index 6d45e91b3..7f776cb87 100644 --- a/src/core/shortcut.js +++ b/src/core/shortcut.js @@ -23,7 +23,7 @@ widget._initProps(config); widget._initRoot(); widget._initRef(); - if (config.element || config.root || !lazy) { + if (!lazy || config.element || config.root) { widget._lazyConstructor(); } return widget;