Skip to content

Commit

Permalink
quickfix: do not add leading space in subfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Sep 27, 2024
1 parent 0c781c8 commit 62353a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function NodeHeaderWrapper({
tabIndex={0}
ref={inputRef}
autoFocus
value={inputValue}
value={inputValue?.trim()}
onKeyDown={onInputKeyDown}
onChange={onInputChange}
errors={error ? [error] : undefined}
Expand Down

0 comments on commit 62353a7

Please sign in to comment.