mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 10:08:34 +00:00
fix: type description
This commit is contained in:
parent
be13a059a6
commit
94c6a84c5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue