mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🚨
This commit is contained in:
parent
bff44c7ff6
commit
e770211ed9
5 changed files with 11 additions and 11 deletions
|
|
@ -344,9 +344,9 @@ export class Graph extends Model {
|
|||
return;
|
||||
}
|
||||
if (this.inputElement.value === "") {
|
||||
this.inputElement.classList.remove("search__input--block")
|
||||
this.inputElement.classList.remove("search__input--block");
|
||||
} else {
|
||||
this.inputElement.classList.add("search__input--block")
|
||||
this.inputElement.classList.add("search__input--block");
|
||||
}
|
||||
this.searchGraph(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue