mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 01:50:07 +00:00
fixed a bug...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5fe9b176b1
commit
5af034b765
@ -613,7 +613,7 @@ var Outline = {
|
||||
// NOTE: clicking outside the element to the right i.e. on :after/:before
|
||||
if(elem.nodeName == 'DIV'
|
||||
&& elem.getAttribute('tabindex')
|
||||
&& evt.clientX > elem.offsetWidth){
|
||||
&& elem.offsetWidth < evt.offsetX){
|
||||
that.toggleCollapse(elem) }
|
||||
// todo: toggle checkbox...
|
||||
if(elem.classList.contains('todo')){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user