From e926d60d62a265064caee450135f3caedd7d30f0 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 22 Oct 2023 18:16:25 +0200 Subject: [PATCH] fix artboard update --- bin/web/js/record.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web/js/record.js b/bin/web/js/record.js index 34b598a..6d841d8 100644 --- a/bin/web/js/record.js +++ b/bin/web/js/record.js @@ -140,7 +140,7 @@ const LiveUpdater = function(tp, buffy) { if (id !== 'artboard') { Module.setProps(p, layer.id()); } else { - Module.setArtboardProps(p, layer.id()); + Module.setArtboardProps(p); } } };