Skip to content

Commit f5d7841

Browse files
tenphiCopilot
andauthored
Update src/components/actions/use-action.ts
Co-authored-by: Copilot <[email protected]>
1 parent 341b44b commit f5d7841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/actions/use-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function sanitizePressEvent(evt: PressEvent): PressEvent {
156156
configurable: true,
157157
});
158158
} catch (e) {
159-
// do nothing
159+
// Failed to define target property - continue without it
160160
}
161161
return safeEvt;
162162
}

0 commit comments

Comments
 (0)