From 96e3a1593ab6b45b2b6794e353623d0e87a7d8ff Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 15 Feb 2024 20:20:27 +0200 Subject: more optimizations, execution is now split into eager (for main UI) and lazy (for modals, popovers etc) parts --- src/components/modals.style.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/modals.style.js') diff --git a/src/components/modals.style.js b/src/components/modals.style.js index 3cfddf2f..c401a0cd 100644 --- a/src/components/modals.style.js +++ b/src/components/modals.style.js @@ -1,6 +1,7 @@ export default { name: 'Modals', selector: '.modal-view', + lazy: true, validInnerComponents: [ 'Panel' ], -- cgit v1.2.3-70-g09d2