1
0
Fork 0
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:
Fedor Katurov 2020-04-23 11:44:44 +07:00
parent 1aa59eb52c
commit 79c5c3be8d
3 changed files with 28 additions and 8 deletions

View file

@ -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}