Skip to content

Commit

Permalink
[LVGL] add state LV_STATE_EDITED #610
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Oct 31, 2024
1 parent 489b7f2 commit 87c4914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/project-editor/lvgl/lvgl-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ export const LVGL_STYLE_STATES = [
"DISABLED",
"FOCUSED",
"FOCUS_KEY",
"EDITED",
"SCROLLED"
];

Expand Down

0 comments on commit 87c4914

Please sign in to comment.