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
66ca87c5
Commit
66ca87c5
authored
Nov 05, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mosys mobile: existing cell is only selectable when no temporary new cell on grid
parent
e0ee5a76
Pipeline
#19889
passed with stage
in 7 minutes and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
partials/GridEditor.vue
partials/GridEditor.vue
+10
-8
No files found.
partials/GridEditor.vue
View file @
66ca87c5
...
...
@@ -649,6 +649,7 @@
}
},
touchMobileCell
(
event
,
cell
)
{
if
(
!
this
.
mobileTempCell
.
onGrid
)
{
Object
.
keys
(
this
.
annotationUIStates
).
filter
((
k
)
=>
{
if
(
k
===
cell
.
_uuid
&&
this
.
annotationUIStates
[
k
].
editing
)
console
.
log
(
k
,
cell
.
_uuid
)
else
this
.
annotationUIStates
[
k
].
editing
=
false
...
...
@@ -657,6 +658,7 @@
this
.
updateEditingCells
()
this
.
$root
.
$emit
(
'
mosys_saveScrollPosition
'
)
// this.handleCellEditClick(event, annotation)
}
},
handleCellTouch
(
event
,
annotation
)
{
if
(
!
this
.
cachedNewCell
)
{
...
...
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