mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
dont punish rampant zoomers too much
This commit is contained in:
@@ -1131,8 +1131,9 @@ $(document).ready(() => {
|
|||||||
const winWidth = window.innerWidth;
|
const winWidth = window.innerWidth;
|
||||||
const winHeight = window.innerHeight;
|
const winHeight = window.innerHeight;
|
||||||
console.debug(`Zoom: ${zoomLevel}, X:${winWidth}, Y:${winHeight}`);
|
console.debug(`Zoom: ${zoomLevel}, X:${winWidth}, Y:${winHeight}`);
|
||||||
|
if (Object.keys(power_user.movingUIState).length > 0) {
|
||||||
resetMovablePanels('resize');
|
resetMovablePanels('resize');
|
||||||
|
}
|
||||||
// Adjust layout and styling here
|
// Adjust layout and styling here
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user