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
a4e015e6
Commit
a4e015e6
authored
Oct 31, 2019
by
christianrhansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed comments. removed commented out js.
parent
b02e3eb9
Pipeline
#19654
passed with stage
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
partials/GridEditor.vue
partials/GridEditor.vue
+2
-7
No files found.
partials/GridEditor.vue
View file @
a4e015e6
...
...
@@ -461,16 +461,14 @@
// behind left side
if
(
Math
.
sign
(
obj
.
offsetLeft
)
<
0
)
{
// this.tempHandler.move.left = 4
this
.
tempHandler
.
move
.
side
=
'
left
'
}
//
visible
//
intersecting
else
if
(
Math
.
sign
(
obj
.
offsetLeft
)
===
0
)
{
this
.
tempHandler
.
resize
.
intersectingMain
=
true
}
// behind right side
else
if
(
Math
.
sign
(
obj
.
offsetLeft
)
===
1
)
{
// this.tempHandler.move.left = window.innerWidth - 40 - 4
this
.
tempHandler
.
move
.
side
=
'
right
'
}
}
...
...
@@ -481,17 +479,14 @@
// on left side
if
(
Math
.
sign
(
obj
.
offsetLeft
)
===
-
1
)
{
// this.tempHandler.resize.left = 4
this
.
tempHandler
.
resize
.
side
=
'
left
'
}
//
visible
//
intersecting
else
if
(
Math
.
sign
(
obj
.
offsetLeft
)
===
0
)
{
}
// on right side
else
if
(
Math
.
sign
(
obj
.
offsetLeft
)
===
1
)
{
// this.tempHandler.resize.left = window.innerWidth - 40 - 4
this
.
tempHandler
.
resize
.
side
=
'
right
'
// if (this.tempHandler.move.intersectingMain === false) this.tempHandler.resize.intersectingMain = true
}
}
},
...
...
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