mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Add TODO about preserving partition roots in reconciliation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user