Skip to content

Commit 120a16d

Browse files
committed
chore: wip
1 parent f4d5d2d commit 120a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/components/room-components/hooks/use-context-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ function useContextMenu() {
288288
setTimeout(async () => {
289289
const img = await instance.exportNodes(
290290
[nodeImage],
291-
(nodes: Konva.Node) => nodes,
291+
(nodes: Konva.Node[]) => nodes,
292292
{
293293
format: "image/png",
294294
padding: 0,

0 commit comments

Comments
 (0)