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