fix: add console error to log text selection failed

This commit is contained in:
Dat H. Pham
2025-12-19 18:49:23 +07:00
committed by Dat H. Pham
parent 6e09d853fd
commit 0a8ec3fbc0
+2 -1
View File
@@ -99,7 +99,8 @@ class HtmlUtils {
}
})
}
} catch {
} catch (error) {
console.error('Selection change error:', error);
sendSelectionChangeMessage({
hasSelection: false
})