Skip to content

Commit

Permalink
[Web] Fix pointer binding (#14378)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dkwingsmt committed Dec 18, 2019
1 parent 417dd7e commit f2e841d
Show file tree
Hide file tree
Showing 4 changed files with 2,166 additions and 474 deletions.
2 changes: 1 addition & 1 deletion lib/web_ui/lib/src/engine/dom_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ flt-glass-pane * {
glassPaneElement
.insertBefore(_accesibilityPlaceholder, _sceneHostElement);

PointerBinding(this);
PointerBinding.initInstance(_glassPaneElement);

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

0 comments on commit f2e841d

Please sign in to comment.