Skip to content

Commit

Permalink
fix monaco editor touchpad scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHeitmann committed Aug 30, 2024
1 parent 38f4b1d commit 1829132
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -792,10 +792,11 @@ packages:
webview_windows:
dependency: "direct main"
description:
name: webview_windows
sha256: "47fcad5875a45db29dbb5c9e6709bf5c88dcc429049872701343f91ed7255730"
url: "https://pub.dev"
source: hosted
path: "."
ref: "999601052534f30fb50045819ef3813dbb04b9b8"
resolved-ref: "999601052534f30fb50045819ef3813dbb04b9b8"
url: "https://github.com/Channing-dong/flutter-webview-windows"
source: git
version: "0.4.0"
win32:
dependency: transitive
Expand Down
6 changes: 5 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ dependencies:
tuple: ^2.0.0
url_launcher: ^6.2.2
uuid: ^4.4.2
webview_windows: ^0.4.0
# webview_windows: ^0.4.0
webview_windows:
git:
url: https://github.com/Channing-dong/flutter-webview-windows
ref: 999601052534f30fb50045819ef3813dbb04b9b8
window_manager: ^0.3.7
xml: ^6.3.0

Expand Down

0 comments on commit 1829132

Please sign in to comment.