LongCatIsLooong
43aee92e61
Fix unresponsive mouse tooltip ( #142282 )
...
Fixes https://github.com/flutter/flutter/issues/142045
The intent of using `??=` was that if the tooltip is already scheduled for showing, rescheduling another show does nothing. But if the tooltip is already scheduled for dismissing, the `??=` won't cancel the dismiss timer and as a result the tooltip won't show. So the `??=` is now replaced by `=` to keep it consistent with the `_scheduleDismissTooltip` implementation.
2024-01-31 17:17:53 +00:00
..
2023-09-20 04:20:49 +00:00
2023-09-13 19:29:06 +00:00
2024-01-29 18:14:02 +00:00
2024-01-16 10:08:27 +00:00
2024-01-20 00:27:18 +00:00
2024-01-29 18:14:02 +00:00
2023-09-20 04:20:49 +00:00
2023-11-29 08:29:06 +00:00
2024-01-29 22:00:51 +00:00
2024-01-29 18:14:02 +00:00
2024-01-24 16:49:18 +00:00
2023-09-20 04:20:49 +00:00
2024-01-23 19:24:54 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2024-01-29 18:14:02 +00:00
2024-01-19 11:17:40 -08:00
2023-10-27 01:09:03 +00:00
2024-01-29 18:14:02 +00:00
2023-12-11 20:25:26 +00:00
2024-01-29 18:14:02 +00:00
2023-12-11 20:25:26 +00:00
2023-09-20 04:20:49 +00:00
2023-11-29 09:54:59 +00:00
2023-11-29 09:54:59 +00:00
2023-09-20 04:20:49 +00:00
2024-01-29 18:14:02 +00:00
2023-09-20 04:20:49 +00:00
2024-01-29 18:14:02 +00:00
2024-01-30 16:28:31 -08:00
2024-01-29 18:14:02 +00:00
2024-01-29 18:14:02 +00:00
2024-01-18 18:38:00 +01:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2023-10-31 17:36:10 +00:00
2024-01-20 00:27:18 +00:00
2023-09-20 04:20:49 +00:00
2024-01-20 00:27:18 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2024-01-31 06:12:20 +00:00
2023-10-31 17:36:10 +00:00
2023-09-20 04:20:49 +00:00
2024-01-20 00:27:18 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2023-12-06 16:40:24 +00:00
2024-01-22 11:13:31 +00:00
2023-09-20 04:20:49 +00:00
2024-01-20 00:27:18 +00:00
2024-01-30 16:28:31 -08:00
2024-01-12 13:29:13 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2024-01-30 22:41:15 +00:00
2023-11-27 15:33:07 -08:00
2023-09-20 04:20:49 +00:00
2023-09-18 20:51:09 +00:00
2023-09-18 20:51:09 +00:00
2023-11-28 17:59:19 +00:00
2023-09-20 04:20:49 +00:00
2023-11-15 23:06:57 +00:00
2024-01-30 16:28:31 -08:00
2023-10-23 17:15:08 +00:00
2024-01-29 19:15:22 +00:00
2023-09-20 04:20:49 +00:00
2024-01-30 22:41:15 +00:00
2023-09-20 04:20:49 +00:00
2024-01-23 17:47:06 +00:00
2023-09-13 10:33:08 -07:00
2024-01-02 09:56:30 -08:00
2024-01-31 16:21:50 +00:00
2023-09-20 04:20:49 +00:00
2024-01-14 13:24:50 -08:00
2023-11-27 21:02:35 +00:00
2024-01-24 19:45:47 +00:00
2023-09-20 04:20:49 +00:00
2023-12-07 12:51:20 -08:00
2023-09-20 04:20:49 +00:00
2024-01-29 19:11:59 +00:00
2023-11-17 18:50:33 +00:00
2023-09-20 04:20:49 +00:00
2024-01-20 00:27:18 +00:00
2023-10-10 22:27:07 +00:00
2023-09-20 04:20:49 +00:00
2023-12-11 20:25:26 +00:00
2023-09-20 04:20:49 +00:00
2023-11-28 18:01:07 +00:00
2024-01-09 18:19:07 +00:00
2024-01-26 19:12:24 +00:00
2024-01-12 22:10:25 +00:00
2023-09-12 02:16:48 +00:00
2024-01-19 11:17:40 -08:00
2023-09-20 04:20:49 +00:00
2024-01-23 17:47:06 +00:00
2023-12-21 00:18:09 +00:00
2024-01-17 22:49:04 +00:00
2023-11-29 08:29:06 +00:00
2024-01-30 22:41:15 +00:00
2024-01-26 00:20:21 +00:00
2024-01-25 00:59:06 +00:00
2024-01-26 19:12:24 +00:00
2024-01-26 19:12:24 +00:00
2023-12-05 19:30:15 +00:00
2024-01-16 21:40:08 +00:00
2023-10-22 20:46:21 +00:00
2024-01-12 16:35:08 +00:00
2023-09-20 04:20:49 +00:00
2023-11-07 10:26:23 -08:00
2023-09-20 04:20:49 +00:00
2023-10-19 10:38:19 -07:00
2024-01-12 22:10:25 +00:00
2024-01-30 22:41:15 +00:00
2023-09-20 04:20:49 +00:00
2024-01-20 00:27:18 +00:00
2024-01-29 20:22:19 +00:00
2024-01-29 20:22:19 +00:00
2023-09-20 04:20:49 +00:00
2023-08-28 22:27:39 +00:00
2023-12-14 00:11:34 +00:00
2023-09-20 04:20:49 +00:00
2023-12-12 01:51:13 +00:00
2024-01-20 00:27:18 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 04:20:49 +00:00
2023-09-20 19:59:08 +00:00
2024-01-24 17:26:03 +00:00
2023-09-20 04:20:49 +00:00
2024-01-31 17:17:53 +00:00
2023-11-29 21:03:32 +00:00