From 34e85b89203c4001af516691d8e0fc63cd6abcdd Mon Sep 17 00:00:00 2001 From: Ed Hager Date: Tue, 23 Jan 2018 09:27:09 -0800 Subject: [PATCH] _StoreMixin is removing handles held by a Trackable collection that it should not. When those handles are removed, other grids using the same collection stop getting update notifications. Fixes #1397 --- _StoreMixin.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_StoreMixin.js b/_StoreMixin.js index 47e35875a..06b3a5662 100644 --- a/_StoreMixin.js +++ b/_StoreMixin.js @@ -178,10 +178,6 @@ define([ options = options || {}; - if (this._renderedCollection.tracking) { - this._renderedCollection.tracking.remove(); - } - // Remove observer and existing rows so any sub-row observers will be cleaned up if (this._observerHandle) { this._observerHandle.remove();