mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
This commit is contained in:
parent
1faeb1358c
commit
cd973ef05b
6 changed files with 19 additions and 6 deletions
|
|
@ -343,6 +343,11 @@ export class Graph extends Model {
|
|||
if (event.isComposing) {
|
||||
return;
|
||||
}
|
||||
if (this.inputElement.value === "") {
|
||||
this.inputElement.classList.remove("search__input--block")
|
||||
} else {
|
||||
this.inputElement.classList.add("search__input--block")
|
||||
}
|
||||
this.searchGraph(false);
|
||||
});
|
||||
this.element.querySelectorAll(".b3-slider").forEach((item: HTMLInputElement) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue