Enable selection in WI editor

This commit is contained in:
Cohee
2023-06-25 23:24:22 +03:00
parent 7118b430d5
commit 9532ad4e5a

View File

@ -267,7 +267,7 @@ function displayWorldEntries(name, data) {
await saveWorldInfo(name, data, true);
}
});
$("#world_popup_entries_list").disableSelection();
//$("#world_popup_entries_list").disableSelection();
}
function setOriginalDataValue(data, uid, key, value) {
@ -1229,10 +1229,6 @@ jQuery(() => {
$("#form_world_import").trigger("reset");
});
$("#world_cross").click(() => {
hideWorldEditor();
});
$("#world_create_button").on('click', async () => {
const tempName = getFreeWorldName();
const finalName = await callPopup("<h3>Create a new World Info?</h3>Enter a name for the new file:", "input", tempName);