Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TypeCellOS
/
BlockNote
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
771
Star
10.2k
Code
Issues
106
Pull requests
107
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
fix(core): Enter on Android and iOS, toolbar and side menu fixes on phones
- #3031
#3031
Open
6/6
YousefED
wants to merge 36 commits into
mobile/link-popover
TypeCellOS/BlockNote:mobile/link-popover
from
mobile/android-enter
TypeCellOS/BlockNote:mobile/android-enter
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Open
fix(core): Enter on Android and iOS, toolbar and side menu fixes on phones
#3031
YousefED
wants to merge 36 commits into
mobile/link-popover
TypeCellOS/BlockNote:mobile/link-popover
from
mobile/android-enter
TypeCellOS/BlockNote:mobile/android-enter
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
fix(core): handle Enter via beforeinput on Android (#3001)
Show description for cc87b53
YousefED
committed
cc87b53
View commit details
Copy full SHA for cc87b53
Browse repository at this point
fix(core): also handle Enter delivered as a keypress on Android
Show description for 2d8b6ed
YousefED
committed
2d8b6ed
View commit details
Copy full SHA for 2d8b6ed
Browse repository at this point
test: run the form suites on the android instance too
Show description for bfbeba0
YousefED
committed
bfbeba0
View commit details
Copy full SHA for bfbeba0
Browse repository at this point
fix(test): the android instance now tests true phone geometry
Show description for 995c76f
YousefED
committed
995c76f
View commit details
Copy full SHA for 995c76f
Browse repository at this point
Commits on Sep 5, 2026
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
70d1e8d
View commit details
Copy full SHA for 70d1e8d
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
7fa47d7
View commit details
Copy full SHA for 7fa47d7
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
a9b7ecb
View commit details
Copy full SHA for a9b7ecb
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
082212c
View commit details
Copy full SHA for 082212c
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
6f4c457
View commit details
Copy full SHA for 6f4c457
Browse repository at this point
Commits on Sep 6, 2026
fix(core): only claim an Android Enter keypress a handler took
Show description for 859c6cd
YousefED
committed
859c6cd
View commit details
Copy full SHA for 859c6cd
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
4539ef6
View commit details
Copy full SHA for 4539ef6
Browse repository at this point
Commits on Sep 7, 2026
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
a055479
View commit details
Copy full SHA for a055479
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
0752a75
View commit details
Copy full SHA for 0752a75
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
79ececf
View commit details
Copy full SHA for 79ececf
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
63a0b4d
View commit details
Copy full SHA for 63a0b4d
Browse repository at this point
fix(core): treat an IME newline commit as Enter on Android
Show description for 27108cc
YousefED
committed
27108cc
View commit details
Copy full SHA for 27108cc
Browse repository at this point
test: plain comment on the IME newline case
YousefED
committed
93a2852
View commit details
Copy full SHA for 93a2852
Browse repository at this point
fix(react): remove the viewport properties when the last publisher unmounts
Show description for b135fb3
YousefED
committed
b135fb3
View commit details
Copy full SHA for b135fb3
Browse repository at this point
test: the mobile toolbar's inputs are at least 16px
Show description for 55dcfcd
YousefED
committed
55dcfcd
View commit details
Copy full SHA for 55dcfcd
Browse repository at this point
test: assert the overlap the ariakit z-index pin relies on; name the desktop exclude
Show description for 7f9c42b
YousefED
committed
7f9c42b
View commit details
Copy full SHA for 7f9c42b
Browse repository at this point
fix(core): hide the formatting toolbar when the user leaves the editor
Show description for c0cee53
YousefED
committed
c0cee53
View commit details
Copy full SHA for c0cee53
Browse repository at this point
fix(react): reset the keyboard baseline when the last viewport publisher unmounts
Show description for 637fce0
YousefED
committed
637fce0
View commit details
Copy full SHA for 637fce0
Browse repository at this point
fix(core): side menu ignores pointer moves over the editor's own UI
Show description for d07101c
YousefED
committed
d07101c
View commit details
Copy full SHA for d07101c
Browse repository at this point
fix(core): ignore only Dark Reader's writes in node views
Show description for f382ccb
YousefED
committed
f382ccb
View commit details
Copy full SHA for f382ccb
Browse repository at this point
Merge remote-tracking branch 'origin/fix/dark-reader-mutation-filter' into mobile/android-enter
YousefED
committed
1db3a92
View commit details
Copy full SHA for 1db3a92
Browse repository at this point
refactor(core): drop the Android Enter interception
Show description for 2ae0be2
YousefED
committed
2ae0be2
View commit details
Copy full SHA for 2ae0be2
Browse repository at this point
fix(core): keep prosemirror-view's default for node views without a content DOM
Show description for 7d71529
YousefED
committed
7d71529
View commit details
Copy full SHA for 7d71529
Browse repository at this point
Merge remote-tracking branch 'origin/fix/dark-reader-mutation-filter' into mobile/android-enter
YousefED
committed
7c28fa4
View commit details
Copy full SHA for 7c28fa4
Browse repository at this point
Merge branch 'mobile/link-popover' into mobile/android-enter
YousefED
committed
9c2014f
View commit details
Copy full SHA for 9c2014f
Browse repository at this point
test: iOS-emulated webkit instance for the mobile suites
Show description for 48f7a9f
YousefED
committed
48f7a9f
View commit details
Copy full SHA for 48f7a9f
Browse repository at this point
test: name the cause of the touch-emulation loss
Show description for 34056eb
YousefED
committed
34056eb
View commit details
Copy full SHA for 34056eb
Browse repository at this point
test: drop the touch-emulation repro script
Show description for 0e5904d
YousefED
committed
0e5904d
View commit details
Copy full SHA for 0e5904d
Browse repository at this point
fix(react): the pinned scroll container lets pull-to-refresh through at the top
Show description for 86fa8e2
YousefED
committed
86fa8e2
View commit details
Copy full SHA for 86fa8e2
Browse repository at this point
Commits on Sep 8, 2026
fix(react): keep the mobile toolbar on the keyboard on iOS Safari
Show description for 54f7f5d
YousefED
committed
54f7f5d
View commit details
Copy full SHA for 54f7f5d
Browse repository at this point
test(mobile): select typed link text with character steps, not Shift+Home
Show description for 4718821
YousefED
committed
4718821
View commit details
Copy full SHA for 4718821
Browse repository at this point
test(mobile): say why Shift+Home is avoided, not who noticed
YousefED
committed
e1ca278
View commit details
Copy full SHA for e1ca278
Browse repository at this point
You can’t perform that action at this time.