mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
improve options&extensions menu display..again..
This commit is contained in:
@ -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 });
|
||||
}
|
||||
|
Reference in New Issue
Block a user