fix[SelectionAssistant]: shift+click behavior in macOS and clipboard behavior in Windows (#8390)

chore: update selection-hook to v1.0.8 and add finder to mac blacklist
This commit is contained in:
fullex
2025-07-23 17:24:26 +08:00
committed by GitHub
parent 2b7dfc0e88
commit 08d6dac4e4
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const SELECTION_PREDEFINED_BLACKLIST: IFilterList = {
// Remote Desktop
'mstsc.exe'
],
MAC: []
MAC: ['com.apple.finder']
}
export const SELECTION_FINETUNED_LIST: IFinetunedList = {