[pim/mimetreeparser] src/quick/qml/private: Add WheelInterceptor to HtmlPart
Claudio Cambra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 6b6ed14b663f732d1ff1a9eb89ce094fb1dda500 by Claudio Cambra.
Committed on 16/08/2026 at 16:51.
Pushed by clau-cambra into branch 'master'.
Add WheelInterceptor to HtmlPart
M +5 -0 src/quick/qml/private/HtmlPart.qml
https://invent.kde.org/pim/mimetreeparser/-/commit/6b6ed14b663f732d1ff1a9eb89ce094fb1dda500
diff --git a/src/quick/qml/private/HtmlPart.qml b/src/quick/qml/private/HtmlPart.qml
index 60fe7ab..c968345 100644
--- a/src/quick/qml/private/HtmlPart.qml
+++ b/src/quick/qml/private/HtmlPart.qml
@@ -100,4 +100,9 @@ Item {
}
}
}
+
+ WheelInterceptor {
+ source: htmlView
+ target: flickable
+ }
}