We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00efd7 commit c4492d2Copy full SHA for c4492d2
packages/feedback/src/screenshot/components/ScreenshotEditor.tsx
@@ -261,7 +261,9 @@ export function ScreenshotEditorFactory({
261
}
262
263
function onAnnotateStart(): void {
264
- if (!isAnnotating) return;
+ if (!isAnnotating) {
265
+ return;
266
+ }
267
268
const handleMouseMove = (moveEvent: MouseEvent): void => {
269
const annotateCanvas = annotatingRef.current;
0 commit comments