Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tx-techno-num
impactometre
Commits
55c9c142
Commit
55c9c142
authored
Dec 05, 2020
by
Matt Glorion
Browse files
[UPD] extend long click delay
parent
aa6060e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/IncrementButton.vue
View file @
55c9c142
...
...
@@ -70,12 +70,12 @@ export default {
},
longPlus
:
function
()
{
if
(
!
this
.
interval
)
{
this
.
interval
=
setInterval
(()
=>
this
.
plus
(),
1
00
);
this
.
interval
=
setInterval
(()
=>
this
.
plus
(),
2
00
);
}
},
longMinus
:
function
()
{
if
(
!
this
.
interval
)
{
this
.
interval
=
setInterval
(()
=>
this
.
minus
(),
1
00
);
this
.
interval
=
setInterval
(()
=>
this
.
minus
(),
2
00
);
}
},
stopLongClick
:
function
()
{
...
...
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