◐ Shell
clean mode source ↗

Browser default actions by MHMighani · Pull Request #318 · javascript-tutorial/fa.javascript.info

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

mahdyar

merged 6 commits into

Jan 27, 2024

Conversation

@MHMighani

Translation for the Browser default actions section

mahdyar

Comment on lines +165 to +176

elem.oncontextmenu = function(event) {
event.preventDefault();
*!*
event.stopPropagation();
*/!*
alert("Button context menu");
};

document.oncontextmenu = function(event) {
event.preventDefault();
alert("Document context menu");
};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use Formatters, remove the extra spaces.

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@MHMighani

mahdyar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

Labels