This commit is contained in:
Bunny67
2020-09-14 12:24:05 +03:00
parent 0f4f16b6f0
commit bd0642d91b
-2
View File
@@ -1139,7 +1139,6 @@ end
local internalFields = Private.internal_fields
local nonTransmissableFields = Private.non_transmissable_fields
local deleted = {} -- magic value
local function recurseDiff(ours, theirs)
local diff, seen, same = {}, {}, true
for key, ourVal in pairs(ours) do
@@ -1578,7 +1577,6 @@ local function ShowDisplayTooltip(data, children, matchInfo, icon, icons, import
if excessChildren <= 0 then
tinsert(tooltip, {2, " ", child.id, 1, 1, 1, 1, 1, 1})
end
tocversion = tocversion or child.tocversion
end
if excessChildren > 0 then
tinsert(tooltip, {2, " ", "[...]", 1, 1, 1, 1, 1, 1})