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')
|
cursor.attr('data-mode', 'hover')
|
||||||
cursortag.delay(2000).fadeOut('fast')
|
cursortag.delay(2000).fadeOut('fast')
|
||||||
cursor.hover(
|
cursor.hover(
|
||||||
function () {
|
function () {
|
||||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
|
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeIn('fast') }
|
||||||
},
|
},
|
||||||
function () {
|
function () {
|
||||||
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
|
if (cursor.attr('data-mode') === 'hover') { cursortag.stop(true).fadeOut('fast') }
|
||||||
})
|
})
|
||||||
|
|
||||||
var hideCursorTagDelay = 2000
|
var hideCursorTagDelay = 2000
|
||||||
var hideCursorTagTimer = null
|
var hideCursorTagTimer = null
|
||||||
|
|
Loading…
Reference in New Issue