Closed snurfer0 closed 1 year ago
When clicking on this button, the do() is executed only on second click. Also it does not redirect to another menu
this.menu.interact(`My Profile ${icons.phone}`, 'some-action', { do: async (ctx) => { try { console.log('press'); return `/${PROFILE_MENU.DEVELOPER}/`; } catch (error) { console.error(error); return '.'; } }, });
When clicking on this button, the do() is executed only on second click. Also it does not redirect to another menu