mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2106 - Part 3: Add 'contain' as user-select value, retain 'element'
This commit is contained in:
parent
f0b8d1df2c
commit
e6b48fcc95
2 changed files with 2 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ enum class StyleUserSelect : uint8_t {
|
|||
None,
|
||||
Text,
|
||||
Element,
|
||||
Contain,
|
||||
Elements,
|
||||
All,
|
||||
Toggle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue