Skip to content

Commit

Permalink
refactor: trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
yuta-ike committed Jan 5, 2022
1 parent a855906 commit 9081638
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/front/pages/room/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@
)
"
@keydown.delete="
if (
sessionList[idx].title.length === 0 &&
composing == false
) {
if (sessionList[idx].title.length === 0 && !composing) {
removeSessionAndMoveFocus($event, idx, 'up')
}
"
Expand Down

0 comments on commit 9081638

Please sign in to comment.