Skip to content

Commit 70a872c

Browse files
committed
Merge branch 'master' of https://github.com/coreui/coreui
2 parents a7c49b9 + f3fdf76 commit 70a872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const Sidebar = (($) => {
7171
class Sidebar {
7272
constructor(element) {
7373
this._element = element
74-
this.perfectScrollbar(Selector.INIT)
74+
this.perfectScrollbar(Event.INIT)
7575
this.setActiveLink()
7676
this._addEventListeners()
7777
}

0 commit comments

Comments
 (0)