manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
156 stars 49 forks source link

Integrating elemental #150

Closed Waxolunist closed 7 years ago

Waxolunist commented 7 years ago

Is it possible to use instead of com.vaadin.polymer.elemental.EventTarget elemental.dom.Node? Or instead of EventListener the interface from elemental? It would be easier for instance to remove an eventlistener. Currently I am using JSNI for that.

manolo commented 7 years ago

Are you talking about elemental2 or classic elemental?

manolo commented 7 years ago

Fixed in #154

Waxolunist commented 6 years ago

Great. Thx