mirror of https://github.com/status-im/codimd.git
Fix indentation
This commit is contained in:
parent
c6c11c54ef
commit
432f215a45
|
@ -2499,12 +2499,12 @@ function buildCursor (user) {
|
|||
cursor.attr('data-mode', 'hover')
|
||||
cursortag.delay(2000).fadeOut('fast')
|
||||
cursor.hover(
|
||||
function () {
|
||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
|
||||
},
|
||||
function () {
|
||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
|
||||
})
|
||||
function () {
|
||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
|
||||
},
|
||||
function () {
|
||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
|
||||
})
|
||||
|
||||
var hideCursorTagDelay = 2000
|
||||
var hideCursorTagTimer = null
|
||||
|
|
Loading…
Reference in New Issue