mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 00:46:22 +08:00
[SSE] Fix disable tabs when insert format table
This commit is contained in:
@ -244,7 +244,8 @@ define([
|
||||
lockDrag = true;
|
||||
}
|
||||
this.bar.$el.find('ul > li > span').attr('draggable', !lockDrag);
|
||||
tab.changeState();
|
||||
if (!lockDrag)
|
||||
tab.changeState();
|
||||
} else {
|
||||
this.bar.$el.find('ul > li > span').attr('draggable', 'false');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user