Commit 27b4330a authored by campaign's avatar campaign

修复添加icon时,receiver报错的问题

parent aa019c67
......@@ -171,7 +171,8 @@ KityMinder.registerModule( "TextEditModule", function () {
}
if(e.commandName == 'priority' || e.commandName == 'progress'){
if((e.commandName == 'priority' || e.commandName == 'progress') && this.getStatus() == 'textedit' ){
receiver.setBaseOffset()
.getTextOffsetData();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment