diff --git a/src/components/modules/ui.ts b/src/components/modules/ui.ts index 301d4312..5bab2b88 100644 --- a/src/components/modules/ui.ts +++ b/src/components/modules/ui.ts @@ -611,10 +611,12 @@ export default class UI extends Module { /** * Sometimes we emulate click on some UI elements, for example by Enter on Block Settings button * We don't need to handle such events, because they handled in other place. + * + * PS: Commented this out because it makes this method behave differently in tests. Cypress-generated clicks are having isTrusted == false. */ - if (!event.isTrusted) { - return; - } + // if (!event.isTrusted) { + // return; + // } /** * Close Inline Toolbar when nothing selected * Do not fire check on clicks at the Inline Toolbar buttons