mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +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',
|
||||
closeButton: 'title',
|
||||
animation: false,
|
||||
isolateScroll: false,
|
||||
title: i18n.getMessage("cliConfirmSnippetDialogTitle"),
|
||||
content: $('#snippetpreviewcontent'),
|
||||
onCreated: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue