mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
docs(readme): update broken links, repository name, clean up readme (#29508)
This commit is contained in:
@ -363,7 +363,7 @@ export class Searchbar implements ComponentInterface {
|
||||
this.ionClear.emit();
|
||||
|
||||
return new Promise<void>((resolve) => {
|
||||
// setTimeout() fixes https://github.com/ionic-team/ionic/issues/7527
|
||||
// setTimeout() fixes https://github.com/ionic-team/ionic-framework/issues/7527
|
||||
// wait for 4 frames
|
||||
setTimeout(() => {
|
||||
const value = this.getValue();
|
||||
|
||||
@ -46,7 +46,7 @@
|
||||
|
||||
.toggle-icon {
|
||||
// Needed to prevent visual glitch in safari/iOS
|
||||
// See https://github.com/ionic-team/ionic/issues/14626
|
||||
// See https://github.com/ionic-team/ionic-framework/issues/14626
|
||||
transform: translate3d(0, 0, 0);
|
||||
|
||||
transition: background-color $toggle-ios-transition-duration;
|
||||
|
||||
Reference in New Issue
Block a user