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:
Andrew Kingston 2024-08-15 10:04:47 +01:00
parent 6783f9b4ee
commit b575109fdc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
// Save changes
if ($styles) {
await builderStore.actions.updateStyles($styles, id)
builderStore.actions.updateStyles($styles, id)
}
// Reset state