-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(frontend): デッキでダブルクリックするとウィンドウが2枚開く問題を修正 #15105
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #15105 +/- ##
===========================================
- Coverage 18.82% 18.81% -0.01%
===========================================
Files 766 766
Lines 111400 111408 +8
Branches 1234 1234
===========================================
Hits 20966 20966
- Misses 89845 89853 +8
Partials 589 589 ☔ View full report in Codecov by Sentry. |
コンフリクト解消 |
コンフリクト解消 |
デッキ以外では発生しないのかしら |
あと2回クリックしているのであれば2回分の動作が行われるのはそんんなに不自然ではないわね(便利というわけでもないけど) |
発生しているはずだけど、通常UIでは同一ルート→同一ルートの遷移なので見かけ上何も起こらないのに対してデッキの場合は強制的にウィンドウで開くので2枚表示されてしまう |
あーナビゲーション設定変更できるのはデッキだけか |
コンフリクト解消 |
コンフリクト解消 |
コンフリクト解消 |
What
router遷移時に最初のクリックから300msは操作を抑止するようにした
(
dblclick
とclick
の併用は無理みたい)Why
Fix #14810
Additional info (optional)
Checklist