Made it so that custom elements for the refresh placeholder and prepended to the parent.
This commit is contained in:
		| @@ -2180,6 +2180,9 @@ class list extends IgniteTemplate { | |||||||
|                     this.refreshPlaceholderElement.construct(parent, this.element); |                     this.refreshPlaceholderElement.construct(parent, this.element); | ||||||
|                     this.refreshPlaceholderElement.element.style.setProperty("min-height", "0px"); |                     this.refreshPlaceholderElement.element.style.setProperty("min-height", "0px"); | ||||||
|                     this.refreshPlaceholderElement.element.style.setProperty("height", "0px"); |                     this.refreshPlaceholderElement.element.style.setProperty("height", "0px"); | ||||||
|  |  | ||||||
|  |                     //Force the placeholder element to be at the top of the parent. | ||||||
|  |                     parent.prepend(this.refreshPlaceholderElement.element); | ||||||
|                 } |                 } | ||||||
|  |  | ||||||
|                 parent.addEventListener("touchstart", this.refreshTouchStartListener); |                 parent.addEventListener("touchstart", this.refreshTouchStartListener); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user