mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
Revert some stuff
This commit is contained in:
parent
946dfea5dd
commit
9a421b0b8a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ const Add = React.memo(() => {
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!cleanData.text) {
|
if (!cleanData.text) {
|
||||||
textFieldRef.current?.focus();
|
textFieldRef.current?.select();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue