Fixed a bug with newValue on the template.
This commit is contained in:
		@@ -188,7 +188,7 @@ class IgniteTemplate {
 | 
			
		||||
                    if (this.element.hasAttribute("contenteditable") && this.element.getAttribute("contenteditable").toLowerCase().trim() == "true") {
 | 
			
		||||
                        newValue = this.element.textContent;
 | 
			
		||||
                    } else {
 | 
			
		||||
                        neValue = this.element.value;
 | 
			
		||||
                        newValue = this.element.value;
 | 
			
		||||
                    }
 | 
			
		||||
 | 
			
		||||
                    if (reflect instanceof Function) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user