mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-10-22 03:16:33 +00:00
more undo redo
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
} from "../data/data";
|
||||
import {
|
||||
IconEdit,
|
||||
IconPlus,
|
||||
IconMore,
|
||||
IconMinus,
|
||||
IconDeleteStroked,
|
||||
@@ -133,16 +132,6 @@ export default function Table(props) {
|
||||
}
|
||||
}}
|
||||
></Button>
|
||||
<Button
|
||||
icon={<IconPlus />}
|
||||
size="small"
|
||||
theme="solid"
|
||||
style={{
|
||||
backgroundColor: "#3cb558",
|
||||
opacity: "0.7",
|
||||
marginRight: "6px",
|
||||
}}
|
||||
></Button>
|
||||
<Popover
|
||||
content={
|
||||
<div className="text-slate-600">
|
||||
|
Reference in New Issue
Block a user