From 3024775963f1f6b2185596d8bbf382a926601f28 Mon Sep 17 00:00:00 2001 From: rom98759 Date: Sat, 23 May 2026 13:32:47 +0200 Subject: [PATCH] Fix live preview sync in bitmap creator --- src/components/Art.vue | 17 +++++++- src/components/Pixel.vue | 22 ++++------ src/views/Creator.vue | 89 +++++++++++++++++++++------------------- 3 files changed, 70 insertions(+), 58 deletions(-) diff --git a/src/components/Art.vue b/src/components/Art.vue index 992fa10..3ea15d9 100644 --- a/src/components/Art.vue +++ b/src/components/Art.vue @@ -1,6 +1,14 @@ diff --git a/src/components/Pixel.vue b/src/components/Pixel.vue index 22cd498..16ee1c2 100644 --- a/src/components/Pixel.vue +++ b/src/components/Pixel.vue @@ -1,17 +1,13 @@