From aefd5f57bc3c171e2645e61e5d595e9d1d271e87 Mon Sep 17 00:00:00 2001 From: Robin Leber <rleber98@gmail.com> Date: Wed, 26 Jun 2024 18:22:26 +0200 Subject: [PATCH] FIX: repaint after defaeult naming --- src/functions/pipeBinding.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions/pipeBinding.js b/src/functions/pipeBinding.js index 5df12ed..6c32e2c 100644 --- a/src/functions/pipeBinding.js +++ b/src/functions/pipeBinding.js @@ -37,6 +37,7 @@ export const getPipesForFilter = (instance) => { ); spanToChange.innerHTML = `"${pipeName}"`; showCheck(connection.pipeId); + instance.repaintEverything(); defaultCount++; } else { const pipe = { pipeName, ...connection }; -- GitLab