Revert the help tooltip on Demo

This commit is contained in:
DreamPiggy 2021-02-25 15:55:40 +08:00
parent f4a03dcf23
commit d0afa1ce35
1 changed files with 0 additions and 2 deletions

View File

@ -145,7 +145,6 @@ struct ContentView: View {
.transition(.fade(duration: 0.5))
.scaledToFit()
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
.help(url)
#endif
} else {
WebImage(url: URL(string:url), isAnimating: .constant(true))
@ -159,7 +158,6 @@ struct ContentView: View {
.transition(.fade(duration: 0.5))
.scaledToFit()
.frame(width: CGFloat(100), height: CGFloat(100), alignment: .center)
.help(url)
}
Text((url as NSString).lastPathComponent)
}