Move CSS check up
| @@ -1966,11 +1966,11 @@ function doCurMemberListPopout() { | ||
| 1966 | 1966 | } |
| 1967 | 1967 | |
| 1968 | 1968 | jQuery(() => { |
| 1969 | - $(document).on('input', '#rm_group_chats_block .autoSetHeight', function () { | |
| 1970 | 1969 | if (!CSS.supports('field-sizing', 'content')) { |
| 1970 | + $(document).on('input', '#rm_group_chats_block .autoSetHeight', function () { | |
| 1971 | 1971 | resetScrollHeight($(this)); |
| 1972 | - } | |
| 1973 | 1972 | }); |
| 1973 | + } | |
| 1974 | 1974 | |
| 1975 | 1975 | $(document).on('click', '.group_select', function () { |
| 1976 | 1976 | const groupId = $(this).attr('chid') || $(this).attr('grid') || $(this).data('id'); |