mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix expand after drag
This commit is contained in:
@@ -378,7 +378,7 @@ jQuery(function () {
|
||||
});
|
||||
|
||||
$(document).on('click', '.editor_maximize', function () {
|
||||
const broId = $(this).data('for');
|
||||
const broId = $(this).attr('data-for');
|
||||
const bro = $(`#${broId}`);
|
||||
|
||||
if (!bro.length) {
|
||||
|
Reference in New Issue
Block a user