mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 13:19:11 +00:00
Fixed event handler
This commit is contained in:
parent
2881b138a3
commit
f5a9df1ae3
@ -66,7 +66,10 @@ exports.handleEvent = function(event) {
|
|||||||
if(this.stateTextRef) {
|
if(this.stateTextRef) {
|
||||||
this.wiki.deleteTextReference(this.stateTextRef);
|
this.wiki.deleteTextReference(this.stateTextRef);
|
||||||
}
|
}
|
||||||
|
event.preventDefault();
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.executeMacro = function() {
|
exports.executeMacro = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user