allow quick spawn with doubleclick (#23851)

This commit is contained in:
warriorstar-orion
2024-01-25 14:28:31 -05:00
committed by GitHub
parent 2fed255913
commit 5b150dfe5e
+6
View File
@@ -65,4 +65,10 @@
populateList(filtered);
}
function quickSpawn() {
document.spawner.submit();
}
document.getElementById('object_list').ondblclick = quickSpawn;
</script>