s/data-arch-value/data-arch-refresh/

This commit is contained in:
Ian Gulliver
2019-07-11 04:44:33 +00:00
parent 7390acb978
commit 15ad72dc0a
6 changed files with 6 additions and 7 deletions

View File

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