This commit is contained in:
Vanessa 2022-10-11 11:19:36 +08:00
parent 2ec4cf8fb8
commit 6fd5bef8ac
5 changed files with 25 additions and 16 deletions

View file

@ -69,6 +69,7 @@ export abstract class Constants {
public static readonly LOCAL_EXPORTPDF = "local-exportpdf";
public static readonly LOCAL_EXPORTWORD = "local-exportword";
public static readonly LOCAL_BAZAAR = "local-bazaar";
public static readonly LOCAL_PANEL = "local-panel";
// timeout
public static readonly TIMEOUT_DBLCLICK = 190;