mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-26 12:42:34 +08:00
ref: 搜索功能优化,支持方向选择搜索,支持enter回车搜索
This commit is contained in:
@@ -97,9 +97,9 @@ const actions = {
|
||||
return;
|
||||
}
|
||||
const value = paylpad.value;
|
||||
// 在插件界面
|
||||
// 在插件界面不触发其他功能
|
||||
if((state.selected && state.selected.key === 'plugin-container') || paylpad.searchType === 'subWindow') {
|
||||
commit('commonUpdate', {searchValue: value})
|
||||
commit('commonUpdate', {searchValue: value});
|
||||
return;
|
||||
}
|
||||
const fileUrl = clipboard.read('public.file-url').replace('file://', '');
|
||||
|
||||
Reference in New Issue
Block a user