Skip to content

Commit

Permalink
allow InputMethodConfig to close modal
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Sep 4, 2024
1 parent 3c1cecd commit 17f5677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StatusArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const showModal = ref(false)
<InputMethodConfig
:input-method="inputMethod"
:input-methods="inputMethods"
@close="showModal = false"
/>
</NModal>
</NSpace>
Expand Down

0 comments on commit 17f5677

Please sign in to comment.