Skip to content

Commit 87c4914

Browse files
committed
[LVGL] add state LV_STATE_EDITED #610
1 parent 489b7f2 commit 87c4914

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/project-editor/lvgl/lvgl-constants.ts

+1
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ export const LVGL_STYLE_STATES = [
345345
"DISABLED",
346346
"FOCUSED",
347347
"FOCUS_KEY",
348+
"EDITED",
348349
"SCROLLED"
349350
];
350351

0 commit comments

Comments
 (0)