Snapshot after unhighlight-all

This commit is contained in:
Ian Gulliver
2019-07-12 15:08:18 +00:00
parent 1b758f7de7
commit d808b94576

View File

@@ -207,6 +207,7 @@ class Editor extends List {
for (let entry of this.queryEntries('.highlight')) {
entry.getElement().classList.toggle('highlight', false);
}
this.container_.setAttribute('data-arch-snapshot', '');
this.container_.setAttribute('data-arch-refresh', '');
e.stopPropagation();
e.preventDefault();