From f25ae914e4f8f2a237dbf8a2cc603ba46bafaca5 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 20 Jun 2018 18:23:24 -0700 Subject: [PATCH] Add TODO about preserving partition roots in reconciliation --- plugin/src/Reconciler.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugin/src/Reconciler.lua b/plugin/src/Reconciler.lua index b0ba0b0f..65af96d9 100644 --- a/plugin/src/Reconciler.lua +++ b/plugin/src/Reconciler.lua @@ -170,6 +170,8 @@ function Reconciler:reconcile(rbx, item) -- Item was deleted if item == nil then if rbx ~= nil then + -- TODO: If this is a partition root, should we leave it alone? + self._routeMap:removeByRbx(rbx) rbx:Destroy() end