Skip to content

Commit

Permalink
feat(bridge-ui-v2): close dialogs with ESC key (#14700)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 28, 2023
1 parent 416e44d commit 1837c9e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@
</div>
</li>
{/each}
{#if !small}
<!-- Todo: disabled for now -->
<!-- {#if !small}
<li role="menuitem" tabindex="0" class="p-4 rounded-[10px]">
<Alert type="warning" forceColumnFlow>
<p class="font-bold">{$t('chain_selector.disabled_options.title')}</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
closeModal();
}
};
</script>

<button
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1837c9e

Please sign in to comment.