mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
Add onDoubleClick for notes and areas as edit (#503)
This commit is contained in:
@@ -128,6 +128,7 @@ export default function Area({
|
||||
: "border-slate-400 opacity-100"
|
||||
}`}
|
||||
style={{ backgroundColor: `${data.color}66` }}
|
||||
onDoubleClick={edit}
|
||||
>
|
||||
<div className="flex justify-between gap-1 w-full">
|
||||
<div className="text-color select-none overflow-hidden text-ellipsis">
|
||||
|
Reference in New Issue
Block a user