Skip to content
Snippets Groups Projects
Unverified Commit 9c501d59 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

wip eslint

parent 9f55cda3
No related branches found
No related tags found
No related merge requests found
......@@ -123,11 +123,7 @@ window.osuny.contentEditor = {
onSortableUnchoose: function () {
'use strict';
this.sortableRootContainer.classList.remove(
'content-editor__elements__root--dragging',
'content-editor__elements__root--dragging-block',
'content-editor__elements__root--dragging-heading'
);
this.sortableRootContainer.classList.remove('content-editor__elements__root--dragging', 'content-editor__elements__root--dragging-block', 'content-editor__elements__root--dragging-heading');
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment