mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Fixed problem with tag dropdowns in Firefox
This commit is contained in:
parent
474212dade
commit
513fa6f756
@ -68,7 +68,7 @@ exports.handleEvent = function(event) {
|
|||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
return false;
|
return false;
|
||||||
case "tw-cancel-popup":
|
case "tw-cancel-popup":
|
||||||
if(this.hasParameter("popup") && !$tw.utils.domContains(this.domNode,event.targetOfCancel)) {
|
if(this.hasParameter("popup") && this.domNode !== event.targetOfCancel && !$tw.utils.domContains(this.domNode,event.targetOfCancel)) {
|
||||||
this.triggerPopup(event,true);
|
this.triggerPopup(event,true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user