Commit 98cf9c03 authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent 1dcdf7d7
......@@ -1035,7 +1035,7 @@ define([
msg: this.textBorderSizeErr,
callback: function() {
_.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();
},
......
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