mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-03 20:16:48 +00:00
Fixed typo
This commit is contained in:
@@ -28,7 +28,7 @@ Modal.prototype.display = function(title) {
|
||||
});
|
||||
wrapper.addEventListener("tw-close",function(event) {
|
||||
document.body.removeChild(wrapper);
|
||||
event.stopPropogation();
|
||||
event.stopPropagation();
|
||||
return false;
|
||||
},false);
|
||||
document.body.appendChild(wrapper);
|
||||
|
||||
Reference in New Issue
Block a user