Skip to content

Commit 6b399ae

Browse files
committed
fix merge conflicts
1 parent f11e454 commit 6b399ae

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

contentcuration/contentcuration/frontend/channelEdit/components/AssessmentItemEditor/AssessmentItemEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
openAnswerIdx: null,
206206
kindSelectKey: 0,
207207
AssessmentItemTypes,
208+
EditorImageProcessor,
208209
};
209210
},
210211
computed: {

contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/components/image/ImageNodeView.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
const naturalAspectRatio = ref(null);
8787
const minWidth = 50;
8888
const compactThreshold = 200;
89-
const debounceTimer = null;
9089
let resizeListeners = null;
9190
9291
// Create debounced version of saveSize function

contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/composables/useModalPositioning.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ export function useModalPositioning() {
88
const isModalCentered = ref(false);
99
const anchorElement = ref(null);
1010

11-
let scrollRaf = null;
12-
let resizeRaf = null;
13-
1411
const updatePosition = () => {
1512
if (!anchorElement.value || isModalCentered.value || isTouchDevice) {
1613
return;

0 commit comments

Comments
 (0)