diff options
author | Florrie <towerofnix@gmail.com> | 2020-04-16 16:50:50 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2020-04-16 16:50:50 -0300 |
commit | 5d5280db69b2bbf755633a81b062be1a36b0a8c6 (patch) | |
tree | d8e38fb712ced7674d9200ce09b6ffc01450543d | |
parent | 17963e2e9f3bf99f2b261cd522e5b6d5ad053171 (diff) |
draw when pressing select-all
-rw-r--r-- | ui.js | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |