Skip to content

Commit b62b110

Browse files
committed
Fix suggestion component hiding when clicking scrollbar
1 parent f1d1cc4 commit b62b110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Components/SuggestionComponent.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ class SuggestionComponent final : public Component
285285
port->setViewedComponent(buttonholder.get(), false);
286286
port->setInterceptsMouseClicks(true, true);
287287
port->setViewportIgnoreDragFlag(true);
288+
port->setWantsKeyboardFocus(false);
288289
addAndMakeVisible(port.get());
289290

290291
constrainer.setSizeLimits(150, 120, 500, 400);

0 commit comments

Comments
 (0)