mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 02:16:21 +02:00
overlay: no pointer events when not hosting. #381
This commit is contained in:
parent
d1f1be4e86
commit
f32fc989b9
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
class="overlay"
|
||||
tabindex="0"
|
||||
data-gramm="false"
|
||||
:style="{ pointerEvents: hosting ? 'auto' : 'none' }"
|
||||
@click.stop.prevent
|
||||
@contextmenu.stop.prevent
|
||||
@wheel.stop.prevent="onWheel"
|
||||
|
|
Loading…
Add table
Reference in a new issue