We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e75f8 commit 755b77dCopy full SHA for 755b77d
packages/menu-bar/test/sub-menu.test.js
@@ -19,11 +19,8 @@ import {
19
import sinon from 'sinon';
20
import './menu-bar-test-styles.js';
21
import '../src/vaadin-menu-bar.js';
22
-import { setCancelSyntheticClickEvents } from '@polymer/polymer/lib/utils/settings.js';
23
import { isTouch } from '@vaadin/component-base/src/browser-utils.js';
24
25
-setCancelSyntheticClickEvents(false);
26
-
27
const menuOpenEvent = isTouch ? 'click' : 'mouseover';
28
29
describe('sub-menu', () => {
0 commit comments