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