mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
renderer: disabled rendering of empty text
This commit is contained in:
parent
88433bad4a
commit
0c51dc44df
2 changed files with 5 additions and 4 deletions
|
@ -116,6 +116,8 @@ export class Sticker {
|
|||
onDragStop = e => {
|
||||
this.preventPropagations(e);
|
||||
|
||||
if (!this.marker) return;
|
||||
|
||||
this.triggerOnChange();
|
||||
this.isDragging = false;
|
||||
this.marker.enableEdit();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue