Skip to content

Commit

Permalink
Merge pull request #9 from motea927/dev
Browse files Browse the repository at this point in the history
fix: some device hard to drag
  • Loading branch information
motea927 authored Jul 2, 2024
2 parents be224a0 + 3564b91 commit 2c037c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup/src/components/LayoutPreview.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div ref="el" :style="mergedStyle" class="z-[990] bg-no-repeat bg-center"></div>
<div ref="el" :style="mergedStyle" class="z-[990] bg-no-repeat bg-center touch-none"></div>
</template>

<script setup lang="ts">
Expand Down

0 comments on commit 2c037c2

Please sign in to comment.