jsdialog: double Sidebar call in Inplace mode
To activate Sidebar in Chart activated context. Change-Id: I4579f01e45d0b56bdee32f649498820c404cd5a9
This commit is contained in:
parent
2da5586a36
commit
6fe5ac162c
1 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,8 @@ function onClick(e, id, item, subItem) {
|
|||
if (!map._sidebarVisible) {
|
||||
map._sidebarVisible = true;
|
||||
map.sendUnoCommand('.uno:Sidebar');
|
||||
if (map.hasObjectFocusDarkOverlay())
|
||||
map.sendUnoCommand('.uno:Sidebar');
|
||||
} else {
|
||||
// As the sidebar LOKWindowId can and does change,
|
||||
// esp. between chart and other elements, we apparently
|
||||
|
|
Loading…
Reference in a new issue