Skip to content

Commit

Permalink
improve zoom enable description
Browse files Browse the repository at this point in the history
adds a mention of the additional keys that may be needed to zoom
  • Loading branch information
andymchugh committed Jun 9, 2024
1 parent d78804c commit 978f49f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ export const plugin = new PanelPlugin<FlowOptions>(FlowPanel).setPanelOptions((b
path: 'panZoomEnabled',
name: 'Pan / Zoom Enabled',
description: `When enabled the scroll wheel allows you to zoom and click-drag allows
you to pan. Double-Click to reset zoom to normal.`,
you to pan. Double-Click to reset zoom to normal. Note the scroll wheel can be configured
to need additional keys such as 'Alt' to separate panel zoom from dashboard scroll. Check
in the site and panel yaml under zoomPanPinch.wheelActivationKeys.`,
defaultValue: true,
})
.addBooleanSwitch({
Expand Down

0 comments on commit 978f49f

Please sign in to comment.