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 7
7
8
8
import {
9
9
defineJQueryPlugin ,
10
- emulateTransitionEnd ,
11
- getTransitionDurationFromElement ,
12
10
reflow ,
13
11
typeCheckConfig
14
12
} from './util/index'
15
- import Data from './dom/data'
16
13
import EventHandler from './dom/event-handler'
17
14
import Manipulator from './dom/manipulator'
18
15
import BaseComponent from './base-component'
@@ -108,17 +105,6 @@ class Sidebar extends BaseComponent {
108
105
this . _showBackdrop ( )
109
106
}
110
107
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
-
122
108
const complete = ( ) => {
123
109
if ( this . _isVisible ( ) === true ) {
124
110
this . _show = true
You can’t perform that action at this time.
0 commit comments