Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
lint
  • Loading branch information
amandaesmith3 committed Feb 7, 2024
commit 46b6a31a899b03c7755ef48e085dca2b048adfd1
4 changes: 1 addition & 3 deletions core/src/utils/test/overlays/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@
<ion-button id="create" onclick="createModal()">Create a Modal</ion-button>
<ion-button id="create-nested" onclick="createNestedOverlayModal()">Create Nested Overlay Modal</ion-button>
<ion-button id="present" onclick="presentHiddenModal()">Present a Hidden Modal</ion-button>
<ion-button id="create-and-present" onclick="createAndPresentModal()"
>Create and Present a Modal</ion-button
>
<ion-button id="create-and-present" onclick="createAndPresentModal()">Create and Present a Modal</ion-button>
<ion-button id="simulate" onclick="backButton()">Simulate Hardware Back Button</ion-button>
<ion-button id="create-and-present-toast" onclick="createAndPresentToast()"
>Create and Present Toast</ion-button
Expand Down