mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 12:07:19 +00:00
Whoops console.log.alypse
This commit is contained in:
parent
f2ac04943f
commit
67490cbb74
@ -198,12 +198,6 @@ EditTextWidget.prototype.handleInputEvent = function(event) {
|
||||
|
||||
EditTextWidget.prototype.handleFocusEvent = function(event) {
|
||||
if(this.editFocusSet) {
|
||||
console.log("Focus",{
|
||||
domNode: this.domNodes[0],
|
||||
title: this.editFocusSet,
|
||||
wiki: this.wiki,
|
||||
force: true
|
||||
})
|
||||
$tw.popup.triggerPopup({
|
||||
domNode: this.domNodes[0],
|
||||
title: this.editFocusSet,
|
||||
|
Loading…
Reference in New Issue
Block a user