Skip to content

Commit 11f116a

Browse files
author
LocalIdentity
committed
Allow typing again
1 parent 952421c commit 11f116a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/ControlHost.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ControlHostClass:ProcessControlsInput(inputEvents, viewPort)
3737
for id, event in ipairs(inputEvents) do
3838
if event.type == "KeyDown" then
3939
if self.selControl then
40-
processedImbuedControl = self.selControl.imbuedSelect
40+
processedImbuedControl = self.selControl.imbuedSelect and self.selControl.dropped and event.key:match("BUTTON")
4141
self:SelectControl(self.selControl:OnKeyDown(event.key, event.doubleClick))
4242
inputEvents[id] = nil
4343
if processedImbuedControl then -- stop click through of any control behind imbuedSupport dropdown

0 commit comments

Comments
 (0)