We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6060f34 + 08089dc commit 56c12fcCopy full SHA for 56c12fc
1 file changed
client/src/components/editor/PixelCanvas.vue
@@ -81,7 +81,7 @@ onMounted(() => {
81
drawAll();
82
});
83
84
-watch(() => [props.zoom, props.width, props.height], drawAll);
+watch(() => [props.zoom, props.width, props.height, props.pixels], drawAll);
85
86
// Efficiently handle remote pixel updates - only redraw the changed pixel
87
watch(() => props.pixelUpdateEvent, (event) => {
0 commit comments