Vanessa 2023-02-08 12:39:43 +08:00
parent 0e7f68114d
commit 12847659d2
3 changed files with 5 additions and 2 deletions

View file

@ -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";