Skip to content

Commit

Permalink
fix(schema): close modal in click for reset last char
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Jun 8, 2023
1 parent 2256ffd commit 0daae42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export class SlashProvider {
)

view.focus()
this.lastChar = '__'
})
})
}, 500)
Expand Down

0 comments on commit 0daae42

Please sign in to comment.