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