Skip to content

Commit a822d89

Browse files
committed
fix(speeddial): crash on notify
1 parent 014d520 commit a822d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/speeddial/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export class SpeedDialItem extends SpeedDialItemBase {
148148
this.fabmenu.get().active = false;
149149
}
150150
}
151-
superNotifyMethod.call(child, event);
151+
superNotifyMethod.call(child, data);
152152
};
153153
}
154154
get fabButtonCol() {

0 commit comments

Comments
 (0)