fix: remove extra "implements" clause in `MaxPopupMenu` (#310)
This clause has been introduced in 61648e4
and seems not needed.
development
parent
5ddc8f5af2
commit
a0ea2b99fc
|
@ -51,7 +51,7 @@ import { PopupMenuItem } from '../types';
|
||||||
*
|
*
|
||||||
* Fires after the menu has been shown in <popup>.
|
* Fires after the menu has been shown in <popup>.
|
||||||
*/
|
*/
|
||||||
class MaxPopupMenu extends EventSource implements Partial<PopupMenuItem> {
|
class MaxPopupMenu extends EventSource {
|
||||||
constructor(
|
constructor(
|
||||||
factoryMethod?: (handler: PopupMenuItem, cell: Cell | null, me: MouseEvent) => void
|
factoryMethod?: (handler: PopupMenuItem, cell: Cell | null, me: MouseEvent) => void
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue