add space info

This commit is contained in:
Philipinho
2024-06-01 14:11:00 +01:00
parent 06d854a7d2
commit 8081b21ed6
2 changed files with 27 additions and 5 deletions

View File

@ -325,7 +325,7 @@ function Node({ node, style, dragHandle, tree }: NodeRendererProps<any>) {
node.data.icon ? (
node.data.icon
) : (
<IconFileDescription size="18px" />
<IconFileDescription size="18" />
)
}
removeEmojiAction={handleRemoveEmoji}