Skip to content

Commit a8de53e

Browse files
committed
fix(range): call setupActivatedObserver in connectedCallback
1 parent a808736 commit a8de53e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/components/range/range.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ export class Range implements ComponentInterface {
425425
*/
426426
if (this.didLoad) {
427427
this.setupGesture();
428+
this.setupActivatedObserver();
428429
}
429430

430431
const ionContent = findClosestIonContent(this.el);

0 commit comments

Comments
 (0)