diff options
author | bobzel <zzzman@gmail.com> | 2024-10-07 18:13:38 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-07 18:13:38 -0400 |
commit | 11244a698bce594982ee5dca55b9695bb774451c (patch) | |
tree | 428d056c6b759c0d955c93ea8da2bd07d88ab42d /src/client/views/nodes/ComparisonBox.tsx | |
parent | 4364cb0db3988537f6b9485146a16bc15d55e3cc (diff) |
moved all quiz code out of LabelBox and ImageBox and into StyleProviderQuiz. changed quizBoxes and quizMode to be stored as Doc metadata. Extended styles to cover contextMenuItems. remove this.setListening() from comparisonBox until contextMenu selectedVal is fixed.
Diffstat (limited to 'src/client/views/nodes/ComparisonBox.tsx')
-rw-r--r-- | src/client/views/nodes/ComparisonBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/ComparisonBox.tsx b/src/client/views/nodes/ComparisonBox.tsx index 9fb8bc4d6..c32bbc803 100644 --- a/src/client/views/nodes/ComparisonBox.tsx +++ b/src/client/views/nodes/ComparisonBox.tsx @@ -44,7 +44,6 @@ export class ComparisonBox extends ViewBoxAnnotatableComponent<FieldViewProps>() constructor(props: FieldViewProps) { super(props); makeObservable(this); - this.setListening(); } @observable private _inputValue = ''; |