mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
6178b04310
commit
a0ca26499a
|
@ -464,6 +464,10 @@ insertFixmeExported h item = do
|
|||
w = case
|
||||
when excluded.w > object.w and (excluded.v <> object.v) then excluded.w
|
||||
else object.w
|
||||
end,
|
||||
nonce = case
|
||||
when excluded.w > object.w and (excluded.v <> object.v) then null
|
||||
else object.nonce
|
||||
end
|
||||
|]
|
||||
|
||||
|
|
Loading…
Reference in New Issue