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 exposing ISignal instead of Signal #17122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Dec 24, 2024

References

Looks like RestorableSplitPanel was exposing a Signal instead of ISignal.

Not a big deal since it's privately defined withing the shell. But we can likely still update it so it exposes an ISignal instead, to follow the rest of the code base.

Code changes

Expose an ISignal instead of Signal from RestorableSplitPanel.

User-facing changes

None

Backwards-incompatible changes

None, since it's private.

Copy link

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

@jtpio jtpio added this to the 4.4.0 milestone Dec 24, 2024
@jtpio jtpio changed the title Fix exposig ISignal instead of Signal Fix exposing ISignal instead of Signal Dec 24, 2024
@jtpio jtpio marked this pull request as ready for review December 24, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant