mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix being unable to rewrite an existing bookmark
This commit is contained in:
@@ -144,6 +144,7 @@ async function createNewBookmark() {
|
||||
}
|
||||
}
|
||||
|
||||
await delay(250);
|
||||
let name = await getBookmarkName();
|
||||
|
||||
if (!name) {
|
||||
|
Reference in New Issue
Block a user