1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Revert some stuff

This commit is contained in:
Roman Zavarnitsyn 2025-05-30 01:03:50 +02:00
parent 946dfea5dd
commit 9a421b0b8a
No known key found for this signature in database
GPG key ID: C00677B27F355C04

View file

@ -56,7 +56,7 @@ const Add = React.memo(() => {
};
if (!cleanData.text) {
textFieldRef.current?.focus();
textFieldRef.current?.select();
return;
}