-
page/weui/example/draggable/draggable.json: ["usingComponents"]["draggable"]: "../../components/draggable/draggable" 未找到
-
-
Codesandbox to reproduce: https://codesandbox.io/p/sandbox/react-three-fiber-forked-8tqxgj?file=%2Fsrc%2Fcomponents%2FBox.jsx%3A1%2C1-23%2C1
- `three` version: 0.170.0
- `@react-three/fiber` versi…
-
### What happened?
The current `onDrop` handler for the TLDraw canvas immediately bails if the firing event doesn't have any files within the `dataTransfer`.
```
async function onDrop(e: React.Dr…
-
We are having a specific problem in the TableBody implementation that implies that all the rows in the table are draggable, and that the `draggable` attribute is not being read and resolving the situa…
-
I'm having a problem when i try to drag a draggable before i drop it on another droppable.
I get this error.
![image](https://github.com/user-attachments/assets/a3279bf0-9ef0-434f-a8cc-7d9bc2b7537…
-
in Draggable.js
This line:
`var first = e.touches ? e.touches[0] : e,`
will cause a null pointer here:
`this._startPoint = new Point(first.clientX, first.clientY);`
if e.touches is [] whic…
-
### tdesign-vue-next 版本
1.10.3
### 重现链接
_No response_
### 重现步骤
```
import type { UploadFile, UploadInstanceFunctions, UploadProps } from "tdesign-vue-next";
const img = defineMode…
-
## Bug report
I want to create a draggable element that also functions as [DropdownMenuTrigger](https://github.com/radix-ui/primitives/blob/b32a93318cdfce383c2eec095710d35ffbd33a1c/packages/react/d…
-
## Bug report
### Current Behavior
When putting the [Plotly js](https://plotly.com/javascript/) plot inside the [Dialog](https://www.radix-ui.com/primitives/docs/components/dialog), the draggabl…