mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| baee028792 |
@@ -260,7 +260,7 @@ export default function CuesheetTable({
|
|||||||
context={virtuosoContext}
|
context={virtuosoContext}
|
||||||
style={tableRoot === 'editor' ? { paddingLeft: '1rem' } : undefined}
|
style={tableRoot === 'editor' ? { paddingLeft: '1rem' } : undefined}
|
||||||
computeItemKey={computeItemKey}
|
computeItemKey={computeItemKey}
|
||||||
increaseViewportBy={{ top: 100, bottom: 200 }}
|
increaseViewportBy={{ top: 300, bottom: 600 }}
|
||||||
components={virtuosoComponents}
|
components={virtuosoComponents}
|
||||||
fixedHeaderContent={fixedHeaderContent}
|
fixedHeaderContent={fixedHeaderContent}
|
||||||
/>
|
/>
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ function EditableImage({ initialValue, readOnly, updateValue }: EditableImagePro
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{Boolean(initialValue) && <img loading='lazy' src={initialValue} className={style.image} />}
|
{Boolean(initialValue) && <img src={initialValue} className={style.image} />}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user