Fix possibility of updating wrong component styles when dragging in grids if you are too fast or have a slow server
This commit is contained in:
parent
6783f9b4ee
commit
b575109fdc
|
@ -182,7 +182,7 @@
|
|||
|
||||
// Save changes
|
||||
if ($styles) {
|
||||
await builderStore.actions.updateStyles($styles, id)
|
||||
builderStore.actions.updateStyles($styles, id)
|
||||
}
|
||||
|
||||
// Reset state
|
||||
|
|
Loading…
Reference in New Issue