@dataloop-ai/components 0.18.68 → 0.18.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -410,7 +410,7 @@ export default defineComponent({
|
|
|
410
410
|
if (scrolling.value) {
|
|
411
411
|
scrolling.value = false
|
|
412
412
|
} else {
|
|
413
|
-
debouncedGetLinesCount()
|
|
413
|
+
debouncedGetLinesCount.value()
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
hljs.highlightElement(code.value)
|
|
@@ -443,7 +443,7 @@ export default defineComponent({
|
|
|
443
443
|
if (scrolling.value) {
|
|
444
444
|
scrolling.value = false
|
|
445
445
|
} else {
|
|
446
|
-
debouncedGetLinesCount()
|
|
446
|
+
debouncedGetLinesCount.value()
|
|
447
447
|
}
|
|
448
448
|
}
|
|
449
449
|
})
|
|
@@ -454,7 +454,7 @@ export default defineComponent({
|
|
|
454
454
|
if (scrolling.value) {
|
|
455
455
|
scrolling.value = false
|
|
456
456
|
} else {
|
|
457
|
-
debouncedGetLinesCount()
|
|
457
|
+
debouncedGetLinesCount.value()
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
})
|