Avoid double removing tag on sidebar close
This commit is contained in:
parent
52f7dc71e6
commit
424b36ffca
1 changed files with 3 additions and 2 deletions
|
@ -322,6 +322,7 @@ class Sidebar extends Class
|
||||||
if not @opened
|
if not @opened
|
||||||
@container.remove()
|
@container.remove()
|
||||||
@container = null
|
@container = null
|
||||||
|
if @tag
|
||||||
@tag.remove()
|
@tag.remove()
|
||||||
@tag = null
|
@tag = null
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue