mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-26 08:56:52 +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) {
|
||||
this.wiki.deleteTextReference(this.stateTextRef);
|
||||
}
|
||||
event.preventDefault();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
};
|
||||
|
||||
exports.executeMacro = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user