Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
00d54c05
Commit
00d54c05
authored
Oct 13, 2020
by
janis.streib
🦉
Browse files
FIXUP
parent
e47c74dc
Pipeline
#112468
passed with stages
in 8 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Navbar.vue
View file @
00d54c05
...
...
@@ -114,7 +114,6 @@ export default {
self
.
cuv
=
event
}
const
intv
=
setInterval
(
function
()
{
window
.
console
.
debug
(
self
.
ms
)
if
(
self
.
pev
&&
self
.
cuv
)
{
const
movementX
=
Math
.
abs
(
self
.
cuv
.
screenX
-
self
.
pev
.
screenX
)
const
movementY
=
Math
.
abs
(
self
.
cuv
.
screenY
-
self
.
pev
.
screenY
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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