Skip to content

Instantly share code, notes, and snippets.

@yano3nora
Created September 2, 2022 17:02
Show Gist options
  • Save yano3nora/9af05128f469320868886409ada63e54 to your computer and use it in GitHub Desktop.
Save yano3nora/9af05128f469320868886409ada63e54 to your computer and use it in GitHub Desktop.
[js: Restrict Right-Click Context Menu] Right-click Restriction by onContextMenu. #js
<div
// 右クリックメニュー表示の抑止
// ゲーム開発などではこれを利用して独自メニューとかを生やす
onContextMenu={e => e.preventDefault()}
></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment