mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
chore(docs): remove redundant word in comment (#30415)
Issue number: N/A --------- remove redundant word in comment Signed-off-by: pengqiseven <912170095@qq.com>
This commit is contained in:
@ -386,7 +386,7 @@ export class PickerColumnCmp implements ComponentInterface {
|
||||
const colEl = this.optsEl;
|
||||
if (colEl) {
|
||||
// DOM READ
|
||||
// We perfom a DOM read over a rendered item, this needs to happen after the first render or after the the column has changed
|
||||
// We perfom a DOM read over a rendered item, this needs to happen after the first render or after the column has changed
|
||||
this.optHeight = colEl.firstElementChild ? colEl.firstElementChild.clientHeight : 0;
|
||||
}
|
||||
this.refresh(forceRefresh, animated);
|
||||
|
||||
@ -101,7 +101,7 @@ export class Searchbar implements ComponentInterface {
|
||||
@Prop() cancelButtonIcon = config.get('backButtonIcon', arrowBackSharp) as string;
|
||||
|
||||
/**
|
||||
* Set the the cancel button text. Only applies to `ios` mode.
|
||||
* Set the cancel button text. Only applies to `ios` mode.
|
||||
*/
|
||||
@Prop() cancelButtonText = 'Cancel';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user