mirror of
https://github.com/docmost/docmost.git
synced 2025-11-21 01:41:08 +10:00
Editor link components
* other minor fixes
This commit is contained in:
@ -25,7 +25,7 @@ export default function VideoView(props: NodeViewProps) {
|
||||
width={width}
|
||||
controls
|
||||
src={getFileUrl(src)}
|
||||
className={selected && "ProseMirror-selectednode"}
|
||||
className={selected ? "ProseMirror-selectednode" : ""}
|
||||
/>
|
||||
</NodeViewWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user