Skip to content
This repository has been archived by the owner on Dec 19, 2017. It is now read-only.

method toggleDrawer() not available in core-drawer-panel #39

Closed
zoechi opened this issue Jul 1, 2014 · 3 comments
Closed

method toggleDrawer() not available in core-drawer-panel #39

zoechi opened this issue Jul 1, 2014 · 3 comments

Comments

@zoechi
Copy link

zoechi commented Jul 1, 2014

core_animation.dart implements JS methods and forwards calls to JS like

void cancel() =>
      jsElement.callMethod('cancel', []);

core_drawer_panel.dart doesn't have any such method implementations.

see also http://stackoverflow.com/questions/24509067

@madisona
Copy link

madisona commented Jul 1, 2014

Thanks for helping me understand the issue +zoechl I think the method name is togglePanel()

@jakemac53
Copy link
Contributor

I have googlearchive/core-drawer-panel#10 out which will solve the issue once we upgrade the elements again. There have been a few changes to the parser as well so I will roll new elements soon, assuming this gets merged.

@jakemac53 jakemac53 self-assigned this Jul 21, 2014
@jakemac53
Copy link
Contributor

A fix has been published in v0.1.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants