mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 04:41:57 -08:00
Fixed event handler
This commit is contained in:
parent
2881b138a3
commit
f5a9df1ae3
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue