mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
This commit is contained in:
parent
c1a301767d
commit
280d3e80a8
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import {MenuItem} from "../../menus/Menu";
|
|||
import {App} from "../../index";
|
||||
import {openTagMenu} from "../../menus/tag";
|
||||
import {hasClosestByClassName} from "../../protyle/util/hasClosest";
|
||||
import {Constants} from "../../constants";
|
||||
|
||||
export class Tag extends Model {
|
||||
private openNodes: string[];
|
||||
|
|
@ -185,6 +186,7 @@ export class Tag extends Model {
|
|||
element.classList.add("fn__rotate");
|
||||
fetchPost("/api/tag/getTag", {
|
||||
sort: window.siyuan.config.tag.sort,
|
||||
app: Constants.SIYUAN_APPID,
|
||||
ignoreMaxListHint
|
||||
}, response => {
|
||||
if (this.openNodes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue