feat: auto hiding headbar in preview
This commit is contained in:
parent
b37badfe25
commit
772015df85
@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div
|
||||
id="previewer"
|
||||
@touchmove.prevent.stop
|
||||
@wheel.prevent.stop
|
||||
@mousemove="toggleNavigation"
|
||||
@touchstart="toggleNavigation"
|
||||
>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user