fix: add console error to log text selection failed
This commit is contained in:
@@ -99,7 +99,8 @@ class HtmlUtils {
|
||||
}
|
||||
})
|
||||
}
|
||||
} catch {
|
||||
} catch (error) {
|
||||
console.error('Selection change error:', error);
|
||||
sendSelectionChangeMessage({
|
||||
hasSelection: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user