forked from abner/for-legacy-web
fix: added hover event to overline + removed context menu (#393)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
rel="apple-touch-startup-image"
|
||||
/>
|
||||
</head>
|
||||
<body ontouchstart="">
|
||||
<body onContextMenu="return false" ontouchstart="">
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user