mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
0e7f68114d
commit
12847659d2
3 changed files with 5 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ export abstract class Constants {
|
|||
|
||||
// drop 事件
|
||||
public static readonly SIYUAN_DROP_FILE: string = "application/siyuan-file";
|
||||
public static readonly SIYUAN_DROP_GUTTER: string = "application/siyuan-gutter";
|
||||
public static readonly SIYUAN_DROP_TAB: string = "application/siyuan-tab";
|
||||
public static readonly SIYUAN_DROP_TABTOWINDOW: string = "application/siyuan-tabtowindow";
|
||||
public static readonly SIYUAN_DROP_EDITOR: string = "application/siyuan-editor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue