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