Fix spell correction prompt showing (#483)

This commit is contained in:
Gregory Schier
2026-06-29 08:54:01 -07:00
committed by GitHub
parent 1de0a5942c
commit 55d0066efd
7 changed files with 19 additions and 7 deletions
@@ -364,6 +364,8 @@ function TreeItem_<T extends { id: string }>({
ref={handleEditFocus}
defaultValue={defaultValue}
placeholder={placeholder}
autoCapitalize="off"
autoCorrect="off"
className="bg-transparent outline-none w-full cursor-text"
onBlur={handleEditBlur}
onKeyDown={handleEditKeyDown}