Spaces:
Sleeping
Sleeping
Commit ·
23bdcc2
1
Parent(s): 65ec30a
Mark this as Cian version
Browse files
frontend/src/components/DocumentProcessor.jsx
CHANGED
|
@@ -59,6 +59,7 @@ function DocumentProcessor() {
|
|
| 59 |
} = usePanelResize(50);
|
| 60 |
|
| 61 |
// Add test preloaded highlights data - keyed by chunk index
|
|
|
|
| 62 |
const testPreloadedHighlights = {
|
| 63 |
0: [{
|
| 64 |
"id": "highlight_1755504511620",
|
|
|
|
| 59 |
} = usePanelResize(50);
|
| 60 |
|
| 61 |
// Add test preloaded highlights data - keyed by chunk index
|
| 62 |
+
// Cian version
|
| 63 |
const testPreloadedHighlights = {
|
| 64 |
0: [{
|
| 65 |
"id": "highlight_1755504511620",
|