We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebe719 commit 5b5ea00Copy full SHA for 5b5ea00
1 file changed
src/content-script/index.jsx
@@ -898,7 +898,9 @@ async function run() {
898
899
await prepareForSelectionTools()
900
await prepareForSelectionToolsTouch()
901
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
902
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
903
+ })
904
await prepareForRightClickMenu()
905
prepareForJumpBackNotification().catch((error) => {
906
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments