Skip to content

Commit b9c0d48

Browse files
author
develop21
committed
Fix of the jonataswalker#93 issue, close context menu
1 parent 604befc commit b9c0d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class Internal {
208208

209209
//one-time fire
210210
evt.target.addEventListener(
211-
'mousedown',
211+
'click',
212212
{
213213
handleEvent: function (e) {
214214
this_.closeMenu();

0 commit comments

Comments
 (0)