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
38d50bc5
Commit
38d50bc5
authored
Nov 05, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused var (handlerNewCellTemp)
parent
26e1f209
Pipeline
#19914
passed with stage
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
partials/GridEditor.vue
partials/GridEditor.vue
+0
-2
No files found.
partials/GridEditor.vue
View file @
38d50bc5
...
...
@@ -350,7 +350,6 @@
move
:
{
x
:
20
,
y
:
undefined
,
pushed
:
false
,
pos
:
undefined
,
inViewport
:
undefined
,
onLeft
:
undefined
,
onRight
:
undefined
,
dataLeft
:
undefined
},
resize
:
{
x
:
undefined
,
y
:
undefined
,
pushed
:
false
,
pos
:
undefined
}
},
handlerNewCellTemp
:
{
visibility
:
true
,
left
:
0
},
tempHandler
:
{
move
:
{
left
:
undefined
,
intersectingMainHandler
:
false
,
side
:
undefined
},
resize
:
{
left
:
undefined
,
intersectingMainHandler
:
false
,
side
:
undefined
}
...
...
@@ -504,7 +503,6 @@
}
},
handleMoveCell
(
obj
)
{
this
.
handlerNewCellTemp
.
left
=
-
100
this
.
handlerNewCell
.
move
.
x
=
obj
.
position
.
left
this
.
handlerNewCell
.
move
.
y
=
obj
.
position
.
top
...
...
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