Skip to content

Commit

Permalink
Revert "Drawer: convert into ES6 class"
Browse files Browse the repository at this point in the history
This reverts commit dc06cae.
  • Loading branch information
EugeniyKiyashko committed Mar 6, 2025
1 parent dc06cae commit 9ebcaa7
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 201 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import $ from '@js/core/renderer';
import { ensureDefined } from '@js/core/utils/common';
import { camelize } from '@js/core/utils/inflector';
import { getWidth } from '@js/core/utils/size';
import Overlay from '@ts/ui/overlay/m_overlay';
import Overlay from '@js/ui/overlay/ui.overlay';

import { animation } from './m_drawer.animation';
import DrawerStrategy from './m_drawer.rendering.strategy';
Expand Down
Loading

0 comments on commit 9ebcaa7

Please sign in to comment.