chris-visser / meteor-vue-admin

A fully functional Meteor + Vue admin system with Meteor account integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

double click to open drawer

tomasinouk opened this issue · comments

Hi, thank you for great boiler plate - AWESOME!!!

I would like to ask, how to modify drawer behaviour to open/close on one click instead of two?

I Have tried click.native, click.stop without any change in behaviour. From, what I could gather elsewhere googling, it should just work as is. Would you have any advice?

Thank you

Hi. It should work with one click. If not then that would be bug. Can you tell me what browser you're using? I will take a look into it.

this is embarrassing ....

  • clone it again, one click works.
  • upgraded packages, one click works.
  • open Developer Tools in Google Chrome .. need 2 clicks (have Vue extension installed)

not sure if that is default behaviour, when Developer Tools are open.
I am sorry, this haven't occur to me at all.

It is a weird thing right? Now the question is: Is this my implementation or are the devtools somehow messing up.

I have got the same weird behaviour using Chrome and Firefox on Ubuntu.
I do not have any vue extension and devtools open.
It happens also with an incognito mode.
I have gatewayMode=redirect

By the way, I have an unresolved issue with vscode debugger
microsoft/vscode-recipes#181

Would you mind be of any help ?
Do you think it is an iusse on meteor or meteor-vue packages or vue itself ?