From 557db035c71b6e9c24a2fda63e9208f6936c242c Mon Sep 17 00:00:00 2001
From: Maximilian Giller <m.giller@tu-bs.de>
Date: Sun, 12 Dec 2021 18:12:27 +0100
Subject: [PATCH] Removed unncecessary cooldown

---
 editor/js/editor.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/editor/js/editor.js b/editor/js/editor.js
index 2f82e1f..0b5740b 100644
--- a/editor/js/editor.js
+++ b/editor/js/editor.js
@@ -76,7 +76,6 @@ function load() {
         .onLinkClick((link) => state.onLinkClick(link));
 
     graph.onChangeCallbacks.push((data) => {
-        graphObj.cooldownTicks(0);
         graphObj.graphData(data);
     });
 
-- 
GitLab