From 5d5280db69b2bbf755633a81b062be1a36b0a8c6 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 16 Apr 2020 16:50:50 -0300 Subject: draw when pressing select-all --- ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui.js b/ui.js index 90343e3..57fc22f 100644 --- a/ui.js +++ b/ui.js @@ -1710,6 +1710,7 @@ class GrouplikeListingElement extends Form { } else { this.app.markGrouplike.items = items.slice(0) // Don't share the array! :) } + this.scheduleDrawWithoutPropertyChange() } toggleExpandLabels() { -- cgit 1.3.0-6-gf8a5