Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Motion Bank
MB.js
Quasar Components MoSys
Commits
a807214c
Commit
a807214c
authored
Oct 02, 2019
by
christianrhansen
Browse files
added testing box for new cell
parent
83f01d4d
Pipeline
#16370
passed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
partials/GridEditor.vue
partials/GridEditor.vue
+5
-0
No files found.
partials/GridEditor.vue
View file @
a807214c
<
template
lang=
"pug"
>
div.cell-grid-container
// for testing only
.fixed-top-left.bg-red.z-top.q-px-md(v-if="newCell", style="height: 50px;")
{{
newCell
.
value
}}
q-window-resize-observable(@resize="updateGridDimensions")
div.cell-grid(
...
...
@@ -217,6 +221,7 @@
},
computed
:
{
...
mapGetters
({
newCell
:
'
mosys/getNewCell
'
,
user
:
'
auth/getUserState
'
,
isMobile
:
'
globalSettings/getIsMobile
'
,
// editingCells: 'mosys/getEditingCells'
...
...
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