Skip to content

fix: ghost sidebar resizer bar#12455

Merged
xyhp915 merged 1 commit intologseq:masterfrom
ruuzia:fix/vertical-bar
Mar 17, 2026
Merged

fix: ghost sidebar resizer bar#12455
xyhp915 merged 1 commit intologseq:masterfrom
ruuzia:fix/vertical-bar

Conversation

@ruuzia
Copy link
Copy Markdown
Contributor

@ruuzia ruuzia commented Mar 16, 2026

Fixes #11085

Problem: When the left sidebar is closed, the sidebar resizer turns into a malevolent ghost. On desktop, it can be selected, but not moved. On Android, it can technically be used to open the sidebar, but there are crucial issues. First, it is in fact not the intended behaviour of the code and is more a strange side-effect. Second, it is in practice unusable because swiping from the left instead triggers the Back gesture on Adnroid. Most importantly, this ghost sidebar resizer takes up click space on the left edge of the screen and blocks the left portion of the hamburger menu from being activated, as can be seen in the issue linked above.

Solution: Don't activate the sidebar resizer when the sidebar is closed.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 16, 2026

CLA assistant check
All committers have signed the CLA.

@ruuzia ruuzia force-pushed the fix/vertical-bar branch from 1b81f56 to 4ae6bbd Compare March 16, 2026 02:52
@xyhp915 xyhp915 merged commit 5fe47fb into logseq:master Mar 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue in Android app

3 participants