We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent fc88aa1 commit d7a05f1Copy full SHA for d7a05f1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "numl",
3
- "version": "1.0.0-beta.24",
+ "version": "1.0.0-beta.25",
4
"module": "dist/index.js",
5
"homepage": "https://numl.design",
6
"repository": {
src/behaviors/menu.js
@@ -3,8 +3,8 @@ import { deepQueryAll } from '../helpers';
export default class MenuBehavior extends Behavior {
init() {
- this.setContext('menu', this, true);
7
this._items = [];
+ this.setContext('menu', this, true);
8
9
this.on('keydown', this.onKeyDown.bind(this));
10
}
0 commit comments