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
6cec8d00
Commit
6cec8d00
authored
Nov 06, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
selected cell header: code clean-up
parent
b3762c72
Pipeline
#19994
passed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
partials/GridEditor.vue
partials/GridEditor.vue
+1
-13
No files found.
partials/GridEditor.vue
View file @
6cec8d00
...
...
@@ -33,8 +33,8 @@
q-item.q-pl-md.q-pr-none.q-py-none.full-height(v-if="!modal")
q-item-main
strong
{{
selectedCell
.
type
}}
q-item-side.row
q-item-side
q-btn.text-white.q-px-sm(@click="event => {handleCellInfoTouch(event, selectedCell.annotation)}", flat)
q-icon(name="edit")
...
...
@@ -46,18 +46,6 @@
style="border-radius: .5rem; width: 42px; border: 1px solid rgba(255, 255, 255, .3);")
q-icon(name="clear")
//
q-btn.text-white.q-px-sm(@click="", flat)
q-icon(name="edit")
q-btn.bg-transparent.text-white.q-pl-sm.q-pr-md(@click="event => {handleCellContextMenuDelete(event, mobileSelectedCell)}",
flat)
q-icon(name="delete")
span(style="border-left: 1px solid #555;")
q-btn.bg-transparent.text-white.q-px-sm(@click="", flat)
q-icon(name="clear")
// ------------------------------------------------------------------------------------------------------------ grid
@click="event => {addMobileCell(event)}",
div.cell-grid.relative-position(
...
...
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