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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix panic at Option::unwrap in App::accessibility #138

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

Philipp-M
Copy link
Contributor

@Philipp-M Philipp-M commented Oct 18, 2023

Closes #134

@@ -199,6 +199,7 @@ where

pub fn accessibility(&mut self) -> TreeUpdate {
let mut update = TreeUpdate::default();
self.ensure_root();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A small thought (not relevant to this PR) - should Glazier be handling this instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, I'm not deep enough in the codebase currently to provide good input (especially in glazier), maybe someone else should investigate (still not really in the best situation to code right now)

@Philipp-M Philipp-M added this pull request to the merge queue Oct 19, 2023
Merged via the queue into linebender:main with commit 8a5825d Oct 19, 2023
7 checks passed
@Philipp-M Philipp-M deleted the fix-unwrap-root-pod branch October 19, 2023 20:46
@Philipp-M Philipp-M restored the fix-unwrap-root-pod branch March 13, 2024 22:12
@Philipp-M Philipp-M deleted the fix-unwrap-root-pod branch March 13, 2024 22:16
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.

panicked at 'called xilem: Option::unwrap() on a None value
3 participants