1
0
mirror of synced 2026-03-10 04:45:33 +00:00

clean: keep $print cells, since they have unmodelled side effects.

This commit is contained in:
whitequark
2020-11-29 16:33:45 +00:00
committed by Marcelina Kościelnicka
parent d5c9953c09
commit d51ecde8c2

View File

@@ -79,6 +79,9 @@ struct keep_cache_t
if (!ignore_specify && cell->type.in(ID($specify2), ID($specify3), ID($specrule)))
return true;
if (cell->type == ID($print))
return true;
if (cell->has_keep_attr())
return true;