angrycat9000 / webapp-menu

Tools for creating an accessible menu (for example: file, edit, toolbars) for web apps.
https://webapp-menu.netlify.com/
MIT License
6 stars 1 forks source link

Animation.js:76 Uncaught TypeError: window.cancelTimeout is not a function #10

Closed simplelc closed 3 years ago

simplelc commented 3 years ago

html source:

<wam-nestedmenu controlledby="menuFileBar" style="z-index: 1000;" id="menuFile">
    <wam-item label="localsave" action="localSave" ></wam-item>
    <wam-item label="serversave" action="serverSave"></wam-item>
</wam-nestedmenu>  

problem: when click menu item it will work ,but it will show error in console , how to fix this problem?

Animation.js:76 Uncaught TypeError: window.cancelTimeout is not a function at a.cleanup (Animation.js:76) at a.complete (Animation.js:140)

angrycat9000 commented 3 years ago

Thanks for finding this. I just pushed a change that fixes it and published a new version 2.2.6

Let me know if you find any other problems.