From 12f7774a99432fcc372880df9998b69f634b05d2 Mon Sep 17 00:00:00 2001
From: Christopher Pietsch <cpietsch@gmail.com>
Date: Thu, 28 Jun 2018 16:37:06 +0200
Subject: [PATCH] fixed sleeping problem (if I could only fix mine)

---
 js/list.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/js/list.js b/js/list.js
index b5e0033..e2eb97e 100644
--- a/js/list.js
+++ b/js/list.js
@@ -647,6 +647,7 @@ function myListView() {
       data.forEach(function(d, i) {
           d.alpha = d.highlight ? 1 : 0.2;
       });
+      chart.wakeup();
   }
 
   chart.project = function(){
-- 
GitLab