Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mouserightclick FileExplorer Options #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pablonunez
Copy link

A boolean that indicates whether or not to capture right mouse button events (Default is true).

@cubiclesoft
Copy link
Owner

What is the rationale for this change? This line is suspect:

					if (e.ctrlKey || e.target.tagName === 'INPUT' || (e.button == 2 && $this.settings.mouserightclick) || selectmodemulti)

If mouse right-click is disabled, a rename operation can be triggered via right-click under certain circumstances. I believe you intend the desired behavior to completely disable the right-click context menu but there shouldn't be side effects.

I'm not experiencing any issues with right-clicking in any major browser that would warrant disabling the feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants