mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-03 22:09:29 +00:00
5b15d12865
Fixes https://github.com/vector-im/riot-web/issues/14799 We were checking to see if the tags were visible at render time, but we needed to ensure that they were(n't) included when checking for diffs. This introduces a new kind of object cloning for semantic reasons. This also fixes the selection indicator being a bit off on custom tags.