mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-30 07:03:00 +00:00 
			
		
		
		
	Ensure edit-text widget fixes height even if refresh isn't required
Fixes #1995
This commit is contained in:
		| @@ -185,6 +185,8 @@ EditTextWidget.prototype.refresh = function(changedTiddlers) { | |||||||
| 		this.updateEditor(this.getEditInfo().value); | 		this.updateEditor(this.getEditInfo().value); | ||||||
| 		return true; | 		return true; | ||||||
| 	} | 	} | ||||||
|  | 	// Fix the height anyway in case there has been a reflow | ||||||
|  | 	this.fixHeight(); | ||||||
| 	return false; | 	return false; | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jermolene
					Jermolene