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 Sep 7, 2024
1 parent b9d2fb3 commit 1bc1cee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 5 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -728,10 +728,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
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,13 @@ dependencies:
permission_handler: ^11.0.1
shared_preferences: ^2.2.2
tuple: ^2.0.0
uuid: ^4.2.2
webview_windows: ^0.4.0
url_launcher: ^6.2.2
uuid: ^4.4.2
# 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 1bc1cee

Please sign in to comment.