Nanguan Lin
51d1dc22ff
Fix duplicate project board when hitting enter
key ( #27746 )
...
When hitting the `enter` key to create a new project column, the request
is sent twice because the `submit` event and `key up` event are both
triggered.
Probably a better solution is to rewrite these parts of the code to
avoid using native jQuery but reuse the `form-fetch-action` class. But
it's beyond my ability.
2023-10-23 12:40:33 +00:00
..
2023-10-05 09:08:19 +08:00
2023-09-19 00:50:30 +00:00
2023-10-18 15:16:06 +00:00
2023-09-24 19:51:02 +00:00
2023-10-11 12:34:21 +00:00
2023-09-19 00:50:30 +00:00
2023-09-27 04:37:13 +00:00
2023-06-15 10:09:16 +02:00
2023-09-19 00:50:30 +00:00
2023-10-08 00:16:20 +00:00
2023-08-25 16:03:14 +00:00
2023-10-11 12:34:21 +00:00
2023-09-19 00:50:30 +00:00
2023-07-09 18:42:31 +00:00
2023-09-19 00:50:30 +00:00
2023-06-14 16:01:37 +08:00
2023-09-27 04:37:13 +00:00
2023-07-27 12:47:41 +02:00
2023-09-10 18:27:23 +08:00
2023-09-19 00:50:30 +00:00
2023-07-28 21:18:12 +02:00
2023-08-31 10:49:53 +00:00
2023-08-16 00:08:23 +00:00
2023-09-27 04:37:13 +00:00
2023-08-03 09:18:06 +00:00
2023-09-28 08:43:20 +00:00
2023-10-17 16:10:45 +02:00
2023-10-17 16:10:45 +02:00
2023-09-10 18:27:23 +08:00
2023-09-19 00:50:30 +00:00
2023-08-20 16:36:07 +02:00
2023-10-23 12:40:33 +00:00
2023-09-12 16:44:48 +00:00
2023-06-23 15:51:43 -04:00
2023-08-12 08:36:23 +00:00
2023-09-19 00:50:30 +00:00
2023-07-18 22:14:30 +00:00