mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-17 07:55:27 +02:00
refactor
This commit is contained in:
@@ -57,7 +57,7 @@ async function _close() {
|
||||
modal.value?.close();
|
||||
}
|
||||
|
||||
function onEsc(ev: KeyboardEvent) {
|
||||
function onEsc() {
|
||||
_close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user