Skip to content

Commit 9b027b6

Browse files
author
John P. rouillard
committed
bug: issue #70 - swap order of cancel and apply buttons in accumulator to match search fragment
1 parent e127e65 commit 9b027b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/classhelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ class ClassHelper extends HTMLElement {
768768
}))
769769
})
770770

771-
container.append(preview, cancel, apply);
771+
container.append(preview, apply, cancel);
772772
fragment.appendChild(container);
773773

774774
return fragment;

0 commit comments

Comments
 (0)