Skip to content

Commit 95a1a95

Browse files
committed
Fix issue #56
1 parent 515abb7 commit 95a1a95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CollectionNode.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ export const CollectionNode: React.FC<CollectionNodeProps> = ({
344344
startEdit={
345345
canEdit
346346
? () => {
347+
hasBeenOpened.current = true
347348
setIsEditing(true)
348349
setCollapsed(false)
349350
}

0 commit comments

Comments
 (0)