Toggle header autohiding with its border on mousedown instead of click.
This commit is contained in:
parent
0ee02ba7b0
commit
178fed05a4
@ -20,7 +20,7 @@ Header =
|
||||
|
||||
@menu = new UI.Menu 'header'
|
||||
$.on $('.menu-button', @bar), 'click', @menuToggle
|
||||
$.on @toggle, 'click', @toggleBarVisibility
|
||||
$.on @toggle, 'mousedown', @toggleBarVisibility
|
||||
|
||||
catalogToggler = $.el 'label',
|
||||
innerHTML: "<input type=checkbox #{if Conf['Header catalog links'] then 'checked' else ''}> Use catalog board links"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user