1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-29 17:08:01 +00:00

Update simple.js

This commit is contained in:
Simon Huber
2019-07-10 09:56:34 +02:00
committed by GitHub
parent 7811614d53
commit c647b42574

View File

@@ -122,6 +122,7 @@ SimpleEngine.prototype.handleInputEvent = function(event) {
Handle a dom "focus" event
*/
SimpleEngine.prototype.handleFocusEvent = function(event) {
this.widget.cancelPopups();
if(this.widget.editFocusPopup) {
$tw.popup.triggerPopup({
domNode: this.domNode,