Kanban card creation revamp (#7169)

fixes #6957
This commit is contained in:
nitin
2024-09-25 22:00:39 +05:30
committed by GitHub
parent 89b50c020f
commit 7752510316
11 changed files with 384 additions and 95 deletions

View File

@ -89,7 +89,6 @@ export const TextInput = ({
onInputEnter?.();
if (isDefined(inputRef) && 'current' in inputRef) {
inputRef.current?.blur();
setIsFocused(false);
}
},