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
59de1401
Commit
59de1401
authored
Oct 10, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mobile: changed "undo new cell"-icon in "new cell helper"
parent
5596de24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
partials/GridEditor.vue
partials/GridEditor.vue
+5
-3
No files found.
partials/GridEditor.vue
View file @
59de1401
...
...
@@ -22,7 +22,7 @@
| Touch anywhere to place the new cell.
q-item-side
q-btn.bg-transparent.text-white.on-right(@click.native="$store.commit('mosys/cacheNewCell', undefined)", round, flat)
q-icon(name="
clear
")
q-icon(name="
delete
")
// ------------------------------------------------------------------------------------------------------------ grid
@click="event => {addMobileCell(event)}",
...
...
@@ -413,8 +413,10 @@
// this.handleCellEditClick(event, annotation)
},
handleCellTouch
(
event
,
annotation
)
{
console
.
log
(
event
,
annotation
)
this
.
mobileSelectedCell
=
annotation
if
(
!
this
.
cachedNewCell
)
{
console
.
log
(
event
,
annotation
)
this
.
mobileSelectedCell
=
annotation
}
},
async
mobileCellMove
(
annotation
,
_x
,
_y
)
{
let
...
...
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