mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
World Selector&Editor Combined/Lockable/Swappable
This commit is contained in:
@ -797,12 +797,12 @@ function resetMovablePanels() {
|
||||
document.getElementById("avatar_zoom_popup").style.height = '';
|
||||
document.getElementById("avatar_zoom_popup").style.width = '';
|
||||
|
||||
document.getElementById("world_popup").style.top = '';
|
||||
document.getElementById("world_popup").style.left = '';
|
||||
document.getElementById("world_popup").style.right = '';
|
||||
document.getElementById("world_popup").style.bottom = '';
|
||||
document.getElementById("world_popup").style.height = '';
|
||||
document.getElementById("world_popup").style.width = '';
|
||||
document.getElementById("WorldInfo").style.top = '';
|
||||
document.getElementById("WorldInfo").style.left = '';
|
||||
document.getElementById("WorldInfo").style.right = '';
|
||||
document.getElementById("WorldInfo").style.bottom = '';
|
||||
document.getElementById("WorldInfo").style.height = '';
|
||||
document.getElementById("WorldInfo").style.width = '';
|
||||
}
|
||||
|
||||
$(document).ready(() => {
|
||||
|
Reference in New Issue
Block a user