mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 13:26:40 +07:00
fixed appearance for new image slider
This commit is contained in:
parent
1aa59eb52c
commit
79c5c3be8d
3 changed files with 28 additions and 8 deletions
|
@ -47,7 +47,8 @@ const NodePanel: FC<IProps> = memo(
|
|||
|
||||
return (
|
||||
<div className={styles.place} ref={ref}>
|
||||
{stack &&
|
||||
{/*
|
||||
stack &&
|
||||
createPortal(
|
||||
<NodePanelInner
|
||||
node={node}
|
||||
|
@ -62,7 +63,8 @@ const NodePanel: FC<IProps> = memo(
|
|||
stack
|
||||
/>,
|
||||
document.body
|
||||
)}
|
||||
)
|
||||
*/}
|
||||
|
||||
<NodePanelInner
|
||||
node={node}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue