Skip to content

Commit 9c18acf

Browse files
committed
Globally disable context menu
1 parent 3177722 commit 9c18acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>React Desktop</title>
88
</head>
9-
<body>
9+
<body oncontextmenu="return false;">
1010
<div id="root"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>

0 commit comments

Comments
 (0)