Skip to content

Commit eae4f22

Browse files
committed
Fix lint
1 parent fd80971 commit eae4f22

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

lib/src/components/msa/MSACanvasBlock.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,15 @@ const MSACanvasBlock = observer(function ({
6969
model,
7070
})
7171
})
72-
}, [model, offsetX, offsetY, theme, blockSize, contrastScheme])
72+
}, [
73+
model,
74+
offsetX,
75+
offsetY,
76+
theme,
77+
blockSize,
78+
highResScaleFactor,
79+
contrastScheme,
80+
])
7381

7482
return (
7583
<canvas

0 commit comments

Comments
 (0)