- operator do not show up in the attribs of a pad, but authors could still leak to the pool
This commit is contained in:
parent
01cd82427a
commit
0693c0ae97
|
@ -659,8 +659,7 @@ function handleUserChanges(data, cb)
|
||||||
|
|
||||||
//+ can add text with attribs
|
//+ can add text with attribs
|
||||||
//= can change or add attribs
|
//= can change or add attribs
|
||||||
//- can have attribs, but they are discarded and don't show up in the apool
|
//- can have attribs, but they are discarded and don't show up in the attribs - but do show up in the pool
|
||||||
if(op.opcode == '-') continue;
|
|
||||||
|
|
||||||
op.attribs.split('*').forEach(function(attr) {
|
op.attribs.split('*').forEach(function(attr) {
|
||||||
if(!attr) return
|
if(!attr) return
|
||||||
|
|
Loading…
Reference in New Issue