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

drag and drop doesn't work in cell outputs #18

Open
jaked opened this issue May 7, 2024 · 1 comment
Open

drag and drop doesn't work in cell outputs #18

jaked opened this issue May 7, 2024 · 1 comment

Comments

@jaked
Copy link
Contributor

jaked commented May 7, 2024

playing around with react-chessboard — in a regular React app, this code

import { Chessboard } from "react-chessboard";

<div style={{ width: "400px" }}>
  <Chessboard />
</div>;

produces

but in vitale it produces

maybe something to do with how cell output frames are overlaid on the notebook?

@jaked
Copy link
Contributor Author

jaked commented Jun 26, 2024

drag and drop works fine with tldraw, both in cell outputs and in a separate view. There must be something particular about react-chessboard.

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

No branches or pull requests

1 participant