File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 77
88import {
99 defineJQueryPlugin ,
10- emulateTransitionEnd ,
11- getTransitionDurationFromElement ,
1210 reflow ,
1311 typeCheckConfig
1412} from './util/index'
15- import Data from './dom/data'
1613import EventHandler from './dom/event-handler'
1714import Manipulator from './dom/manipulator'
1815import BaseComponent from './base-component'
@@ -108,17 +105,6 @@ class Sidebar extends BaseComponent {
108105 this . _showBackdrop ( )
109106 }
110107
111- this . _queueCallback ( ( ) => {
112- if ( this . _isVisible ( ) === true ) {
113- this . _show = true
114- if ( this . _isMobile ( ) || this . _isOverlaid ( ) ) {
115- this . _addClickOutListener ( )
116- }
117-
118- EventHandler . trigger ( this . _element , EVENT_SHOWN )
119- }
120- } )
121-
122108 const complete = ( ) => {
123109 if ( this . _isVisible ( ) === true ) {
124110 this . _show = true
You can’t perform that action at this time.
0 commit comments