mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
rtl-fix address issues
This commit is contained in:
@@ -63,6 +63,7 @@ export default function TableInfo({ data }) {
|
||||
<div
|
||||
key={"field_" + j}
|
||||
className={`cursor-pointer ${drag.draggingOverIndexList.includes(j) ? "opacity-25" : ""}`}
|
||||
style={{ direction: "ltr" }}
|
||||
draggable
|
||||
onDragStart={() => {
|
||||
setDrag((prev) => ({ ...prev, draggingElementIndex: j }));
|
||||
|
||||
Reference in New Issue
Block a user