diff --git a/public/scripts/RossAscends-mods.js b/public/scripts/RossAscends-mods.js index 681b63cd3..deae25af6 100644 --- a/public/scripts/RossAscends-mods.js +++ b/public/scripts/RossAscends-mods.js @@ -1089,6 +1089,13 @@ export function initRossMods() { } } + if ($(".draggable").is(":visible")) { + // Remove the first matched element + $('.draggable:first').remove(); + return; + } + + if (event.ctrlKey && /^[1-9]$/.test(event.key)) { // Your code here event.preventDefault();