Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 8f34d00

Browse files
fix: keep menu open when searchbar is use to filter presentations
1 parent 20fe498 commit 8f34d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/components/core/app-menu/app-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export class AppMenu {
256256
}
257257

258258
private renderDecksFilter() {
259-
return <ion-searchbar debounce={500} animated placeholder="Filter your presentations"
259+
return <ion-searchbar debounce={500} animated placeholder="Filter your presentations" onClick={($event) => $event.stopImmediatePropagation()}
260260
onIonChange={(e: CustomEvent) => this.filterDecksOnChange(e)}
261261
class="ion-no-padding ion-margin-top ion-margin-bottom"></ion-searchbar>;
262262
}

0 commit comments

Comments
 (0)