From 080469cdf537699b80a207f8a4a478d49ae37008 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 12 May 2017 22:35:29 +0100 Subject: [PATCH] Ensure debug node marked changed when button pressed --- nodes/core/core/58-debug.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodes/core/core/58-debug.html b/nodes/core/core/58-debug.html index 4a4b90663..e7a91380c 100644 --- a/nodes/core/core/58-debug.html +++ b/nodes/core/core/58-debug.html @@ -81,9 +81,10 @@ changed:node.changed }; node.changed = true; + node.dirty = true; RED.nodes.dirty(true); RED.history.push(historyEvent); - + RED.view.redraw(); if (xhr.status == 200) { RED.notify(node._("debug.notification.activated",{label:label}),"success"); } else if (xhr.status == 201) {