[SSE] Fix disable tabs when insert format table
This commit is contained in:
parent
c13d0dc8e9
commit
b8ecc04c35
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue