mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
style(range): removes trailing white spaces
This commit is contained in:
@ -306,7 +306,7 @@ export class Range extends Ion implements AfterViewInit, ControlValueAccessor, O
|
|||||||
* @output {Range} Emitted when the range selector drag starts.
|
* @output {Range} Emitted when the range selector drag starts.
|
||||||
*/
|
*/
|
||||||
@Output() ionFocus: EventEmitter<Range> = new EventEmitter<Range>();
|
@Output() ionFocus: EventEmitter<Range> = new EventEmitter<Range>();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @output {Range} Emitted when the range value changes.
|
* @output {Range} Emitted when the range value changes.
|
||||||
*/
|
*/
|
||||||
@ -367,7 +367,7 @@ export class Range extends Ion implements AfterViewInit, ControlValueAccessor, O
|
|||||||
|
|
||||||
// trigger ionFocus event
|
// trigger ionFocus event
|
||||||
this.ionFocus.emit(this);
|
this.ionFocus.emit(this);
|
||||||
|
|
||||||
// prevent default so scrolling does not happen
|
// prevent default so scrolling does not happen
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
@ -423,7 +423,7 @@ export class Range extends Ion implements AfterViewInit, ControlValueAccessor, O
|
|||||||
|
|
||||||
// trigger a haptic end
|
// trigger a haptic end
|
||||||
this._haptic.gestureSelectionEnd();
|
this._haptic.gestureSelectionEnd();
|
||||||
|
|
||||||
// trigger ionBlur event
|
// trigger ionBlur event
|
||||||
this.ionBlur.emit(this);
|
this.ionBlur.emit(this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user