1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 21:27:41 +02:00

V2.3.0 close edit mode before delete a block ticket 447

This commit is contained in:
trendschau
2024-03-12 20:18:38 +01:00
parent dfe5861f33
commit 072a456d5c

View File

@@ -249,6 +249,8 @@ bloxeditor.component('content-block', {
},
deleteBlock()
{
eventBus.$emit('closeComponents');
this.load = true;
var self = this;