Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element'

This commit is contained in:
Jerico 2025-07-04 17:31:53 +08:00 • committed by roytam1
commit e6b48fcc95
2 changed files with 2 additions and 0 deletions

View file

@ -186,6 +186,7 @@ enum class StyleUserSelect : uint8_t {
None,
Text,
Element,
Contain,
Elements,
All,
Toggle,