From 75e1f8a75caac4e07a7c283c108ee4479fea18e6 Mon Sep 17 00:00:00 2001 From: jonian Date: Sun, 26 Sep 2021 23:45:12 +0300 Subject: [PATCH] add whitespace --- unite@hardpixel.eu/handlers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unite@hardpixel.eu/handlers.js b/unite@hardpixel.eu/handlers.js index f2abada..c805d2e 100644 --- a/unite@hardpixel.eu/handlers.js +++ b/unite@hardpixel.eu/handlers.js @@ -105,6 +105,7 @@ var Signals = class Signals { disconnect(key) { if (this.hasSignal(key)) { const data = this.signals.get(key) + if (data.object != null) { data.object.disconnect(data.signalId) }