mirror of
https://github.com/Cp0204/quark-auto-save.git
synced 2026-01-13 15:50:45 +08:00
修复选择资源时异常跳转命名预览界面的问题
This commit is contained in:
parent
5383f61f37
commit
69980863d3
@ -2401,6 +2401,9 @@
|
||||
},
|
||||
selectSuggestion(index, suggestion) {
|
||||
this.smart_param.showSuggestions = false;
|
||||
// 确保显示的是选择需转存的文件夹界面,而不是命名预览界面
|
||||
this.fileSelect.previewRegex = false;
|
||||
this.fileSelect.selectDir = true;
|
||||
this.showShareSelect(index, suggestion.shareurl);
|
||||
},
|
||||
addMagicRegex() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user