From e618ee3004dc8bf8276b6bee9b0280ce6ca39119 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 14 Dec 2018 23:50:19 -0400 Subject: Fix remove-from-queue performance --- ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.js') diff --git a/ui.js b/ui.js index 775dbcc..b055990 100644 --- a/ui.js +++ b/ui.js @@ -823,7 +823,7 @@ class GrouplikeListingElement extends Form { const form = this.form while (form.inputs.length) { - form.removeInput(form.inputs[0]) + form.removeInput(form.inputs[0], true, {fixLayout: false}) } const parent = this.grouplike[parentSymbol] -- cgit 1.3.0-6-gf8a5