mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Fix mouse scroll in CLI load from file (#1515)
Fix mouse scroll in CLI load from file
This commit is contained in:
commit
b257dae7f6
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ TABS.cli.initialize = function (callback, nwGui) {
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
closeButton: 'title',
|
closeButton: 'title',
|
||||||
animation: false,
|
animation: false,
|
||||||
|
isolateScroll: false,
|
||||||
title: i18n.getMessage("cliConfirmSnippetDialogTitle"),
|
title: i18n.getMessage("cliConfirmSnippetDialogTitle"),
|
||||||
content: $('#snippetpreviewcontent'),
|
content: $('#snippetpreviewcontent'),
|
||||||
onCreated: () =>
|
onCreated: () =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue