From af3a271109534990764b468248ed74dfcf7c68c2 Mon Sep 17 00:00:00 2001 From: Peyton Creery <44987569+phcreery@users.noreply.github.com> Date: Fri, 29 Oct 2021 14:38:25 -0500 Subject: [PATCH] add y1 to TopPanel attributes change listener --- src/editor/panels/TopPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor/panels/TopPanel.js b/src/editor/panels/TopPanel.js index 910087f2..4b160f47 100644 --- a/src/editor/panels/TopPanel.js +++ b/src/editor/panels/TopPanel.js @@ -1046,6 +1046,7 @@ class TopPanel { "rect_height", "line_x1", "line_x2", + "line_y1", "line_y2", "image_width", "image_height",