Skip to content

Commit

Permalink
Switching to rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcc committed Jan 16, 2024
1 parent aa753ad commit 132f417
Show file tree
Hide file tree
Showing 9 changed files with 2,015 additions and 3,705 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion lib/components/NodeHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export const NodeHeader = memo(
}}
>
{collapsedElement}

<input
className="header-input"
value={name}
Expand All @@ -88,5 +89,5 @@ export const NodeHeader = memo(
</div>
)
},
isEqual,
(a, b) => a.collapsed == b.collapsed,
)
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/components/NodeInputField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { memo } from 'react'
import { NodeBaseInputField } from './NodeBaseInputField'
import { useNodeFieldValue } from '../hooks/node'
import { NodeInputConfig, ValueTypeConfig } from '../config'
import './NodeInputField.scss'
import { BaseInputProps } from './inputs.ts'
import './NodeInputField.css'

type NodeInputFieldProps = BaseInputProps & NodeInputConfig & ValueTypeConfig

Expand Down
Loading

0 comments on commit 132f417

Please sign in to comment.