We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b34af commit 8a67e39Copy full SHA for 8a67e39
1 file changed
src/content-script/index.jsx
@@ -960,7 +960,9 @@ async function run() {
960
961
await prepareForSelectionTools()
962
await prepareForSelectionToolsTouch()
963
- await prepareForStaticCard()
+ prepareForStaticCard().catch((error) => {
964
+ console.error('[content] Error in prepareForStaticCard (unhandled):', error)
965
+ })
966
await prepareForRightClickMenu()
967
prepareForJumpBackNotification().catch((error) => {
968
console.error('[content] Error in prepareForJumpBackNotification (unhandled):', error)
0 commit comments