Skip to content

Commit 8d87c3a

Browse files
authored
Add missing mouseaction enum (#1750)
1 parent ae11fe2 commit 8d87c3a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/models/src/editor/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ export enum BrandTabValue {
4141
COLORS = 'colors',
4242
FONTS = 'fonts',
4343
}
44+
45+
export enum MouseAction {
46+
MOVE = 'move',
47+
MOUSE_DOWN = 'click',
48+
DOUBLE_CLICK = 'double-click',
49+
}

0 commit comments

Comments
 (0)