fix: PR review
This commit is contained in:
parent
af17e7b8fd
commit
b22975f6db
|
|
@ -542,5 +542,5 @@ export const parseSchemaItem = (
|
|||
};
|
||||
|
||||
export const getClosestCanvas = (node: HTMLElement | null) => {
|
||||
return node?.closest(`${CANVAS_SELECTOR}`) as HTMLElement;
|
||||
return node?.closest(CANVAS_SELECTOR) as HTMLElement;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user