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: pasting outside of cells doing nothing #285

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

iisakkirotko
Copy link
Contributor

Previously pasting anything but cells into the notebook would do nothing. This way pasting other content uses the browser's default action.

Fixes #284
Fixes widgetti/solara#671

Previously pasting anything but cells into the notebook would do nothing. This way pasting other content uses the browser's default action.
@krassowski krassowski added the bug Something isn't working label Jun 7, 2024
@maartenbreddels
Copy link
Contributor

Hi @krassowski ,

I guess these failures are unrelated. If not, let us know and we can take a look.

Cheers,

Maarten

@maartenbreddels
Copy link
Contributor

@RRosio maybe you'd like to take a look. It's a small, almost trivial fix, we only needed to prevent default on cell pasting.

@RRosio
Copy link
Collaborator

RRosio commented Sep 6, 2024

Thank you for the ping @maartenbreddels! I can go ahead and merge this! I will also take a look at preparing to make a release early next week!

@RRosio RRosio merged commit 1ceae32 into jupyter:main Sep 6, 2024
26 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants