infobox: ensure sidebar box is visible on create
This commit is contained in:
parent
e834e2ab94
commit
cc505f4d4a
2 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,7 @@ define(["infobox/link", "infobox/node"], function (Link, Node) {
|
|||
|
||||
function create() {
|
||||
destroy()
|
||||
sidebar.ensureVisible()
|
||||
sidebar.hide()
|
||||
|
||||
el = document.createElement("div")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue