fix artboard update
This commit is contained in:
parent
5f1f5a10a1
commit
e926d60d62
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ const LiveUpdater = function(tp, buffy) {
|
||||||
if (id !== 'artboard') {
|
if (id !== 'artboard') {
|
||||||
Module.setProps(p, layer.id());
|
Module.setProps(p, layer.id());
|
||||||
} else {
|
} else {
|
||||||
Module.setArtboardProps(p, layer.id());
|
Module.setArtboardProps(p);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue