Touch snapshot after refresh

This commit is contained in:
Ian Gulliver
2019-07-12 18:05:04 +00:00
parent eded7eaabd
commit 2b1272825c
3 changed files with 3 additions and 3 deletions

View File

@@ -75,8 +75,8 @@ class EditorGroup extends EditorEntryBase {
case ' ':
this.elem_.classList.toggle('highlight');
this.elem_.setAttribute('data-arch-snapshot', '');
this.elem_.setAttribute('data-arch-refresh', '');
this.elem_.setAttribute('data-arch-snapshot', '');
e.stopPropagation();
e.preventDefault();
break;