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

@@ -179,8 +179,7 @@ class Editor extends List {
for (let entry of this.queryEntries('.highlight')) {
entry.getElement().classList.toggle('highlight', false);
}
// TODO: rename this to data-arch-refresh, make value noop everywhere
this.container_.setAttribute('data-arch-value', '');
this.container_.setAttribute('data-arch-refresh', '');
e.stopPropagation();
e.preventDefault();
return;