Vanessa 2024-01-08 23:22:37 +08:00
parent 4c5dbee4a4
commit 75a8ee13bd
6 changed files with 90 additions and 17 deletions

View file

@ -114,6 +114,7 @@ export abstract class Constants {
public static readonly DIALOG_SEARCH = "dialog-search";
public static readonly DIALOG_REPLACE = "dialog-replace";
public static readonly DIALOG_GLOBALSEARCH = "dialog-globalsearch";
public static readonly DIALOG_HISTORYCOMPARE = "dialog-historycompare";
// timeout
public static readonly TIMEOUT_DBLCLICK = 190;