We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304c612 commit 04208f1Copy full SHA for 04208f1
1 file changed
src/content-script/index.jsx
@@ -969,7 +969,9 @@ async function run() {
969
970
await prepareForSelectionTools()
971
await prepareForSelectionToolsTouch()
972
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
973
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
974
+ })
975
await prepareForRightClickMenu()
976
prepareForJumpBackNotification().catch((error) => {
977
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments