mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move CSS check up
This commit is contained in:
@@ -1966,11 +1966,11 @@ function doCurMemberListPopout() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
jQuery(() => {
|
jQuery(() => {
|
||||||
$(document).on('input', '#rm_group_chats_block .autoSetHeight', function () {
|
if (!CSS.supports('field-sizing', 'content')) {
|
||||||
if (!CSS.supports('field-sizing', 'content')) {
|
$(document).on('input', '#rm_group_chats_block .autoSetHeight', function () {
|
||||||
resetScrollHeight($(this));
|
resetScrollHeight($(this));
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
$(document).on('click', '.group_select', function () {
|
$(document).on('click', '.group_select', function () {
|
||||||
const groupId = $(this).attr('chid') || $(this).attr('grid') || $(this).data('id');
|
const groupId = $(this).attr('chid') || $(this).attr('grid') || $(this).data('id');
|
||||||
|
Reference in New Issue
Block a user