mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Revert "Disable keyboard input on disabled ComboBox"
This reverts commit 33578d8898
.
This commit is contained in:
parent
33578d8898
commit
0a2147c6a8
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ export component ComboBoxBase {
|
|||
forward-focus: i-focus-scope;
|
||||
|
||||
i-focus-scope := FocusScope {
|
||||
enabled: root.enabled;
|
||||
|
||||
key-pressed(event) => {
|
||||
if (event.text == Key.UpArrow) {
|
||||
root.move-selection-up();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue