diff options
Diffstat (limited to 'tex/context/base/node-fin.lua')
-rw-r--r-- | tex/context/base/node-fin.lua | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/tex/context/base/node-fin.lua b/tex/context/base/node-fin.lua index 8aa7a5b18..e1618d1f7 100644 --- a/tex/context/base/node-fin.lua +++ b/tex/context/base/node-fin.lua @@ -514,10 +514,6 @@ local function stacker(namespace,attribute,head,default) -- no triggering, no in elseif nslistwise then local a = getattr(current,attribute) if a and attrib ~= a and nslistwise[a] then -- viewerlayer --- if not stacked then --- stacked = true --- nsbegin() --- end head = insert_node_before(head,current,copied(nsdata[a])) local list = stacker(namespace,attribute,content,a) setfield(current,"list",list) @@ -540,10 +536,10 @@ local function stacker(namespace,attribute,head,default) -- no triggering, no in if check then local a = getattr(current,attribute) or unsetvalue if a ~= attrib then -if not stacked then - stacked = true - nsbegin() -end + if not stacked then + stacked = true + nsbegin() + end local n = nsstep(a) if n then head = insert_node_before(head,current,tonut(n)) -- a |