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

Commit 9a2c28f

Browse files
feat: on code, no backdropdismiss
1 parent 4936ee6 commit 9a2c28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

studio/src/app/popovers/editor/app-code/app-code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class AppCode {
266266

267267
<ion-item class="select">
268268
<ion-label>Language</ion-label>
269-
<ion-select value={this.currentLanguage} onIonChange={(e: CustomEvent) => this.toggleCodeLanguage(e)} class="ion-padding-start ion-padding-end">
269+
<ion-select value={this.currentLanguage} onIonChange={(e: CustomEvent) => this.toggleCodeLanguage(e)} class="ion-padding-start ion-padding-end" interfaceOptions={{backdropDismiss: false}}>
270270
{this.renderSelectOptions()}
271271
</ion-select>
272272
</ion-item>

0 commit comments

Comments
 (0)