Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tab state synchronization #231

Merged
merged 2 commits into from
Jun 24, 2023
Merged

fix: tab state synchronization #231

merged 2 commits into from
Jun 24, 2023

Conversation

shortcuts
Copy link
Owner

馃搩 Summary

closes #229

There's a synchronization issue with the tab state on TabLeave events, which ends up in invalid IDs when navigating through tab windows.

This PR provides a new way of synchronizing state on TabLeave and NoNeckPain.disable events, however it highlights an other issue with closed tabs left in state, which will be tackled in #230

@shortcuts shortcuts merged commit 137290b into main Jun 24, 2023
7 checks passed
@shortcuts shortcuts deleted the fix/tab-state branch June 24, 2023 10:27
shortcuts pushed a commit that referenced this pull request Jun 24, 2023
馃 I have created a release *beep* *boop*
---


##
[1.2.3](v1.2.2...v1.2.3)
(2023-06-24)


### Bug Fixes

* prevent error on augroup deletion
([#233](#233))
([649c5a9](649c5a9))
* remove closed tab from state
([#235](#235))
([8cca43d](8cca43d))
* tab state synchronization
([#231](#231))
([137290b](137290b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

Invalid Tab Page ID State and Unexpected Events with "enableOnTabEnter" autocmd
1 participant