mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
Fix bug
This commit is contained in:
@ -1017,7 +1017,7 @@ define([
|
||||
$panel = instab.createToolbarPanel();
|
||||
if ($panel) {
|
||||
me.toolbar.addTab(tab, $panel, 1);
|
||||
me.toolbar.setVisible('ins');
|
||||
me.toolbar.setVisible('ins', true);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user