mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-28 21:03:21 -08:00
Ensure edit-text widget fixes height even if refresh isn't required
Fixes #1995
This commit is contained in:
parent
acc44c6f67
commit
85553609b1
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ EditTextWidget.prototype.refresh = function(changedTiddlers) {
|
|||
this.updateEditor(this.getEditInfo().value);
|
||||
return true;
|
||||
}
|
||||
// Fix the height anyway in case there has been a reflow
|
||||
this.fixHeight();
|
||||
return false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue