From 04d9e591c73a6b2f168898ff1432dbad03859ac3 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:27:48 +0200 Subject: [PATCH] chore(docs): remove duplicate showZoom prop description Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- docs/src/guide/components/controls.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/guide/components/controls.md b/docs/src/guide/components/controls.md index 80ecafb3..ac387114 100644 --- a/docs/src/guide/components/controls.md +++ b/docs/src/guide/components/controls.md @@ -40,7 +40,6 @@ import '@vue-flow/controls/dist/style.css' | Name | Definition | Type | Optional | Default | |-----------------|----------------------------------------|------------------------------------------------|----------|---------| -| showZoom | Show zoom btn | boolean | true | true | | showFitView | Show fit-view btn | boolean | true | true | | showInteractive | Show lock interactive btn | boolean | true | true | | showZoom | Show zoom button | boolean | true | true |