renderer: disabled rendering of empty text

This commit is contained in:
muerwre 2018-12-06 11:51:01 +07:00
parent 88433bad4a
commit 0c51dc44df
2 changed files with 5 additions and 4 deletions

View file

@ -116,6 +116,8 @@ export class Sticker {
onDragStop = e => {
this.preventPropagations(e);
if (!this.marker) return;
this.triggerOnChange();
this.isDragging = false;
this.marker.enableEdit();