File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ const MountScene = (scene) => {
4242 } , projectConfig . _transitionDestroyDelay )
4343 }
4444
45- sceneConfig . blocks . forEach ( b => MountBlock ( b ) )
4645 initModules ( false )
4746
47+ sceneConfig . blocks . forEach ( b => MountBlock ( b ) )
48+
4849 Promise . all ( modPromises ) . then ( data => {
4950 modInstances = data
5051
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ import styles from './styles'
77import paddings from './paddings'
88import autoplay from './autoplay'
99import coords from './coords'
10- import pagenum from './pagenum'
1110import reveal from './reveal'
1211import link from './link'
1312import enters from './enters'
1413import script from './script'
1514import showif from './showif'
15+ import hidden from './hidden'
1616
1717const modules = {
1818 coords,
@@ -24,12 +24,12 @@ const modules = {
2424 styles,
2525 paddings,
2626 autoplay,
27- pagenum,
2827 reveal,
2928 enters,
3029 script,
3130 link,
32- showif
31+ showif,
32+ hidden
3333}
3434
3535const add = ( type , module , override ) => {
You can’t perform that action at this time.
0 commit comments