mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-29 17:08:01 +00:00
Update simple.js
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user