aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-05 22:20:49 -0400
committerbobzel <zzzman@gmail.com>2020-08-05 22:20:49 -0400
commitcc905d329c88d7bdf9b7324a4f02ab92906ba7c8 (patch)
tree02f46ac38a8c4c1430683e2f365b5bff062295ed /src/client/views/presentationview
parent9ea9c841adc40691d50425ccfc5af97e03872568 (diff)
cleanup of presentation code pre-merge.
Diffstat (limited to 'src/client/views/presentationview')
-rw-r--r--src/client/views/presentationview/PresElementBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx
index e035ed0b8..11ffde9dd 100644
--- a/src/client/views/presentationview/PresElementBox.tsx
+++ b/src/client/views/presentationview/PresElementBox.tsx
@@ -259,7 +259,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc
const dragData = new DragManager.DocumentDragData(PresBox.Instance.sortArray().map(doc => doc));
// let value = this.getValue(this._heading);
// value = typeof value === "string" ? `"${value}"` : value;
- let dragItem: HTMLElement[] = [];
+ const dragItem: HTMLElement[] = [];
PresBox.Instance._dragArray.map(ele => {
const drag = ele;
drag.style.backgroundColor = "#d5dce2";