Open dimaqq opened 5 years ago
React Beautiful DnD example linked in the readme has a bug/nit:
If done slowly, 2nd run of typing will end up in c2 (new top) customer last name.
If done quickly, part of 2nd run of typing will be in c1 and part in c2.
It's also possible to type while dragging, which illustrates the issue better.
how to fix bug with focus?
React Beautiful DnD example linked in the readme has a bug/nit:
If done slowly, 2nd run of typing will end up in c2 (new top) customer last name.
If done quickly, part of 2nd run of typing will be in c1 and part in c2.
It's also possible to type while dragging, which illustrates the issue better.