mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-23 23:50:57 -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>
|
||||
</head>
|
||||
<body onContextMenu="return false" ontouchstart="">
|
||||
<body ontouchstart="">
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in a new issue