fix: type description

This commit is contained in:
chenshenhai 2021-08-26 10:24:41 +08:00
parent be13a059a6
commit 94c6a84c5a

View file

@ -39,7 +39,7 @@ export function drawContext(
}
for (let i = 0; i < data.elements.length; i++) {
const elem = data.elements[i];
if (elem.invisible === true) {
if (elem?.operation?.invisible === true) {
continue;
}
switch (elem.type) {