mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-24 08:00:58 -05:00
fix: just re-enable context menu for now
This commit is contained in:
parent
c5286071ff
commit
27f6420da2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body onContextMenu="return false" ontouchstart="">
|
<body ontouchstart="">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.tsx"></script>
|
<script type="module" src="/src/main.tsx"></script>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
Loading…
Reference in a new issue