[SSE] Return focus from text-art settings controls to canvas.

This commit is contained in:
Julia Radzhabova 2016-07-08 17:17:22 +03:00
parent 1dcdf7d7e3
commit 98cf9c03a6

View file

@ -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();
}, },