githubnext / vitale

TypeScript notebook for developers
6 stars 1 forks source link

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

Open jaked opened 2 months ago

jaked commented 2 months ago

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 commented 2 weeks ago

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