[SSE] Return focus from text-art settings controls to canvas.
This commit is contained in:
parent
1dcdf7d7e3
commit
98cf9c03a6
|
@ -1035,7 +1035,7 @@ define([
|
||||||
msg: this.textBorderSizeErr,
|
msg: this.textBorderSizeErr,
|
||||||
callback: function() {
|
callback: function() {
|
||||||
_.defer(function(btn) {
|
_.defer(function(btn) {
|
||||||
me.fireEvent('editcomplete', me);
|
Common.NotificationCenter.trigger('edit:complete', me);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -1112,7 +1112,7 @@ define([
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
me.fireEvent('editcomplete', me);
|
Common.NotificationCenter.trigger('edit:complete', me);
|
||||||
}
|
}
|
||||||
})).show();
|
})).show();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue