aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/trails/PresElementBox.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
-rw-r--r--src/client/views/nodes/trails/PresElementBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx
index a76805960..b0732c281 100644
--- a/src/client/views/nodes/trails/PresElementBox.tsx
+++ b/src/client/views/nodes/trails/PresElementBox.tsx
@@ -236,7 +236,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() {
undefined,
action(() => {
Array.from(classesToRestore).forEach(pair => {
- // eslint-disable-next-line prefer-destructuring
pair[0].className = pair[1];
});
this._dragging = false;