jsdialog: set correct windowId
Change-Id: Ic58e82b027ee33d86cb6e8e7afe5a457a5ef5e5f Reviewed-on: https://gerrit.libreoffice.org/81790 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
This commit is contained in:
parent
832f65788f
commit
6abd096824
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ L.Control.LokDialog = L.Control.extend({
|
|||
}
|
||||
|
||||
e.id = parseInt(e.id);
|
||||
window.sidebarId = e.id;
|
||||
var strId = this._toStrId(e.id);
|
||||
|
||||
var width = 0;
|
||||
|
|
Loading…
Reference in a new issue