Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
ae2cf61a
Commit
ae2cf61a
authored
Nov 07, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added cell notification
parent
ee9d98d5
Pipeline
#20275
passed with stage
in 4 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
partials/GridEditor.vue
partials/GridEditor.vue
+3
-3
No files found.
partials/GridEditor.vue
View file @
ae2cf61a
...
@@ -564,9 +564,9 @@
...
@@ -564,9 +564,9 @@
this
.
$store
.
commit
(
'
mosys/cacheNewCell
'
,
undefined
)
this
.
$store
.
commit
(
'
mosys/cacheNewCell
'
,
undefined
)
this
.
$q
.
notify
({
this
.
$q
.
notify
({
message
:
'
Cell was added.
'
,
message
:
'
Cell was added.
'
,
color
:
'
d
ar
k
'
,
color
:
'
prim
ar
y
'
,
position
:
'
center
'
,
position
:
'
bottom-left
'
,
timeout
:
5
0
timeout
:
80
0
})
})
}
}
},
},
...
...
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