mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 10:46:04 +08:00
[DE] Fix Bug 38957
This commit is contained in:
committed by
Alexey Golubev
parent
84681b030d
commit
4553e460bb
@ -150,7 +150,7 @@ define([
|
||||
item.setDisabled(need_disable);
|
||||
}, this);
|
||||
|
||||
need_disable = paragraph_locked || header_locked || control_plain;
|
||||
need_disable = paragraph_locked || header_locked || in_header || control_plain;
|
||||
this.view.btnBookmarks.setDisabled(need_disable);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user