kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fixed problem with tag dropdowns in Firefox
rodzic
474212dade
commit
513fa6f756
|
@ -68,7 +68,7 @@ exports.handleEvent = function(event) {
|
|||
event.preventDefault();
|
||||
return false;
|
||||
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);
|
||||
}
|
||||
break;
|
||||
|
|
Ładowanie…
Reference in New Issue