diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index ab0f59a5..d1f92722 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -430,10 +430,6 @@ class Display extends EventDispatcher { this.trigger('contentUpdated', eventArgs); } catch (e) { this.onError(e); - } finally { - if (this._setContentToken === token) { - this._setContentToken = null; - } } }