feat: Add report bug buttons (#11304)

Co-authored-by: Cornelius Suermann <cornelius@n8n.io>
This commit is contained in:
Mutasem Aldmour
2024-10-21 13:32:37 +02:00
committed by GitHub
parent ba2827e7bb
commit 296f68f041
18 changed files with 373 additions and 20 deletions

View File

@@ -82,6 +82,7 @@ const props = withDefaults(
readOnly?: boolean;
executing?: boolean;
keyBindings?: boolean;
showBugReportingButton?: boolean;
}>(),
{
id: 'canvas',
@@ -592,6 +593,7 @@ provide(CanvasKey, {
:class="$style.canvasControls"
:position="controlsPosition"
:show-interactive="false"
:show-bug-reporting-button="showBugReportingButton"
:zoom="zoom"
@zoom-to-fit="onFitView"
@zoom-in="onZoomIn"