File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/addons/addons/editor-animations Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
// Editor Animations (remake of Reactive Animation by <https://github.com/mmmmaaaaarrrrrrkkkkkkkk>)
2
2
// By: SharkPool
3
3
// By: reflow <https://github.com/mmmmaaaaarrrrrrkkkkkkkk>
4
+
5
+ /* TODO
6
+ - patch custom modal api when added
7
+ - patch adding modals from addons (they dont use react)
8
+ */
9
+
4
10
export default async function ( { addon } ) {
5
11
const mediaQuery = window . matchMedia ( "(prefers-reduced-motion: reduce)" ) ;
6
12
const addonKey = "addonAnimations-" ;
@@ -430,7 +436,7 @@ export default async function({ addon }) {
430
436
const name = entry [ 0 ] ;
431
437
handleOpenAnimation ( name ) ;
432
438
attachCloseHijack ( name ) ;
433
- compileClasses ( name . endsWith ( "Menu " ) ? undefined : name ) ;
439
+ compileClasses ( name . endsWith ( "Library " ) ? name : undefined ) ;
434
440
break ;
435
441
}
436
442
}
You can’t perform that action at this time.
0 commit comments