Skip to content

Commit 26f54ec

Browse files
dkwingsmtfilmil
authored andcommitted
[Web] Fix pointer binding (flutter#14378)
Refactors pointer_binding, fixes a few issues related to the pointer data converter in Web, and adds a number of tests for all three adapters.
1 parent 0a9c450 commit 26f54ec

File tree

4 files changed

+2166
-474
lines changed

4 files changed

+2166
-474
lines changed

lib/web_ui/lib/src/engine/dom_renderer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ flt-glass-pane * {
411411
glassPaneElement
412412
.insertBefore(_accesibilityPlaceholder, _sceneHostElement);
413413

414-
PointerBinding(this);
414+
PointerBinding.initInstance(_glassPaneElement);
415415

416416
// Hide the DOM nodes used to render the scene from accessibility, because
417417
// the accessibility tree is built from the SemanticsNode tree as a parallel

0 commit comments

Comments
 (0)