From 9c8e24e57b131c0343f7f0cc917ff001f8c3713a Mon Sep 17 00:00:00 2001 From: rxdn Date: Sat, 20 Jun 2020 15:13:30 +0100 Subject: [PATCH] refresh --- public/templates/includes/paneleditmodal.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/public/templates/includes/paneleditmodal.tmpl b/public/templates/includes/paneleditmodal.tmpl index fa76cc1..b0818ed 100644 --- a/public/templates/includes/paneleditmodal.tmpl +++ b/public/templates/includes/paneleditmodal.tmpl @@ -179,6 +179,7 @@ function setActiveMentions(panel) { if (panel.mentions !== null) { $('#edit-mentions').selectpicker('val', panel.mentions); + $('#edit-mentions').selectpicker('refresh'); } }