mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 19:30:16 +01:00
This commit is contained in:
parent
ec34dcca19
commit
0200e6eed5
12 changed files with 221 additions and 190 deletions
|
|
@ -18,7 +18,7 @@ import {matchHotKey} from "../util/hotKey";
|
|||
import {updateHotkeyTip, writeText} from "../util/compatibility";
|
||||
import {setPanelFocus} from "../../layout/util";
|
||||
import {escapeHtml} from "../../util/escape";
|
||||
import {deleteFile, updatePanelByEditor} from "../../editor/util";
|
||||
import {updatePanelByEditor} from "../../editor/util";
|
||||
import * as dayjs from "dayjs";
|
||||
import {setTitle} from "../../dialog/processSystem";
|
||||
import {getNoContainerElement} from "../wysiwyg/getBlock";
|
||||
|
|
@ -26,6 +26,7 @@ import {commonHotkey} from "../wysiwyg/commonHotkey";
|
|||
import {setPosition} from "../../util/setPosition";
|
||||
import {code160to32} from "../util/code160to32";
|
||||
import {openBacklink, openGraph, openOutline} from "../../layout/dock/util";
|
||||
import {deleteFile} from "../../editor/deleteFile";
|
||||
|
||||
export class Title {
|
||||
public element: HTMLElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue