mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
修改一个单词+一个等号
This commit is contained in:
@@ -392,7 +392,7 @@ export default {
|
||||
ipcRenderer.send("window-move");
|
||||
},
|
||||
dragWhenInput(e) {
|
||||
if (this.searchValue == "") {
|
||||
if (this.searchValue === "") {
|
||||
ipcRenderer.send("window-move");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user