This commit is contained in:
@@ -52,7 +52,7 @@ export const GraphControls: React.FC<GraphControlsProps> = ({
|
||||
return (
|
||||
<div className="flex items-center justify-end gap-2 mt-2">
|
||||
{/* Режим создания связи */}
|
||||
<button
|
||||
{/* <button
|
||||
onClick={toggleLinkMode}
|
||||
className="flex w-full items-center gap-2 px-3 py-2 rounded-lg transition-colors text-sm"
|
||||
style={{
|
||||
@@ -62,7 +62,7 @@ export const GraphControls: React.FC<GraphControlsProps> = ({
|
||||
>
|
||||
<FiLink />
|
||||
<span>{isLinkMode ? "Создание связи..." : "Добавить связь"}</span>
|
||||
</button>
|
||||
</button> */}
|
||||
|
||||
{/* Зум + */}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user