Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit f2e841d

Browse files
authored
[Web] Fix pointer binding (#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 417dd7e commit f2e841d

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)