From e0bcfee645ac5aeb8fd358d1882161913d2fe153 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 27 Aug 2024 09:58:15 +0100 Subject: [PATCH] chore: add comment and avoid 'breaking' viz --- .../src/integrations/vizMSE/vizMSEManager.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/timeline-state-resolver/src/integrations/vizMSE/vizMSEManager.ts b/packages/timeline-state-resolver/src/integrations/vizMSE/vizMSEManager.ts index 51090459b..d73f0b662 100644 --- a/packages/timeline-state-resolver/src/integrations/vizMSE/vizMSEManager.ts +++ b/packages/timeline-state-resolver/src/integrations/vizMSE/vizMSEManager.ts @@ -1239,8 +1239,9 @@ export class VizMSEManager extends EventEmitter { this.emit('connectionChanged', this._mseConnected && this._msePingConnected) } - public clearAllWaitWithLayer(portId: string) { - this._waitWithLayers.clearAllForKey(portId) + public clearAllWaitWithLayer(_portId: string) { + // HACK: Prior to #344 this was broken. This has been left in the broken state until it can be tested that the 'fix' doesn't cause other issues SOFIE-3419 + // this._waitWithLayers.clearAllForKey(portId) } /** * Returns true if the wait was cleared from someone else