Skip to content

Commit

Permalink
fix cell resize
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Nov 11, 2023
1 parent 500d0da commit f734ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/template_builder/page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
id="mask"
ref="mask"
class="top-0 bottom-0 left-0 right-0 absolute"
:class="{ 'cursor-grab': isDrag || isMove, 'cursor-nwse-resize': drawField, [resizeDirectionClasses[resizeDirection]]: !!resizeDirectionClasses }"
:class="{ 'z-10': !isMobile, 'cursor-grab': isDrag || isMove, 'cursor-nwse-resize': drawField, [resizeDirectionClasses[resizeDirection]]: !!resizeDirectionClasses }"
@pointermove="onPointermove"
@pointerdown="onStartDraw"
@dragover.prevent
Expand Down

0 comments on commit f734ba2

Please sign in to comment.