Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
67db89c3
Commit
67db89c3
authored
Oct 30, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mobile: hide resize-handlers (main & temp) when move-handler is pushed
parent
4f2001a9
Pipeline
#18819
passed with stage
in 4 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
partials/GridEditor.vue
partials/GridEditor.vue
+1
-1
No files found.
partials/GridEditor.vue
View file @
67db89c3
...
@@ -185,7 +185,7 @@
...
@@ -185,7 +185,7 @@
//----- (when main resize handler is outside of viewport)
//----- (when main resize handler is outside of viewport)
cell-handler-mobile.temp.fixed(
cell-handler-mobile.temp.fixed(
v-touch-pan="handleResizeCell",
v-touch-pan="handleResizeCell",
:class="[tempHandler.resize.visibility ? 'temp-hide': 'temp-show']",
:class="[tempHandler.resize.visibility
|| handlerNewCell.move.pushed
? 'temp-hide': 'temp-show']",
:style="{left: tempHandler.resize.left + 'px', top: handlerNewCell.resize.y + 59 - 20 + 'px'}",)
:style="{left: tempHandler.resize.left + 'px', top: handlerNewCell.resize.y + 59 - 20 + 'px'}",)
q-icon.self-center(name="signal_cellular_4_bar", size="12px", style="margin-left: -3px;")
q-icon.self-center(name="signal_cellular_4_bar", size="12px", style="margin-left: -3px;")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment