improve options&extensions menu display..again..

This commit is contained in:
RossAscends
2023-06-12 03:41:21 +09:00
parent 3aad70ee0f
commit 3dc6936002
5 changed files with 43 additions and 42 deletions

View File

@ -165,6 +165,9 @@ function onANMenuItemClick() {
}, 250);
}
//duplicate options menu close handler from script.js
//because this listener takes priority
$("#options").stop().fadeOut(250);
} else {
toastr.warning(`Select a character before trying to use Author's Note`, '', { timeOut: 2000 });
}