Merged
Conversation
Contributor
size-limit report 📦
|
Contributor
e2e tests |
Contributor
Contributor
👀 Docs deployed
📦 Package ✅yarn add @vkontakte/vkui@https://development.s3.prodcloud.vk.team/pull/9471/145863106e7d4707234d0fd4439e8d480f8533a0/pkg/@vkontakte/vkui/_pkg.tgzCommit 1458631 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #9471 +/- ##
==========================================
- Coverage 94.78% 94.78% -0.01%
==========================================
Files 441 441
Lines 11912 11928 +16
Branches 4391 4394 +3
==========================================
+ Hits 11291 11306 +15
- Misses 621 622 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
EldarMuhamethanov
previously approved these changes
Feb 10, 2026
shevchux
reviewed
Feb 10, 2026
455de95 to
1458631
Compare
EldarMuhamethanov
approved these changes
Feb 11, 2026
vkcom-publisher
pushed a commit
that referenced
this pull request
Feb 11, 2026
Contributor
❌ PatchНе удалось автоматически применить исправление на ветке 8.0-stable.
Чтобы изменение попало в ветку 8.0-stable, выполните следующие действия:
git stash # опционально
git fetch origin 8.0-stable
git checkout -b patch/pr9471 origin/8.0-stable
git cherry-pick --no-commit baf96ce2fd917db1db43cc5653154f37887ef1ab
git checkout HEAD **/__image_snapshots__/*.png
git diff --quiet HEAD || git commit --no-verify --no-edit
git push --set-upstream origin patch/pr9471
gh pr create --base 8.0-stable --title "patch: pr9471" --body "- patch #9471" |
SevereCloud
added a commit
that referenced
this pull request
Feb 11, 2026
Merged
This was referenced Feb 11, 2026
Closed
SevereCloud
added a commit
that referenced
this pull request
Feb 11, 2026
Contributor
| ✅ v7.11.5 🎉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Описание
Для события onPointerDown вызывается event.preventDefault(); чтобы на андроиде не присылались события мыши. Как оказалось это может блокировать фокусировку свайпбека на ios
Изменения
Удаляем onPointerDown, добавляем таймер в течении которого игнорируем события мыши
Release notes
Исправления