mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-23 16:06:30 +00:00
fix?
This commit is contained in:
@@ -7,7 +7,6 @@ import SwiftUI
|
||||
import UIKit
|
||||
|
||||
class KeyboardHostingController<Content: View>: UIHostingController<Content> {
|
||||
|
||||
override var canBecomeFirstResponder: Bool {
|
||||
return true
|
||||
}
|
||||
@@ -56,7 +55,6 @@ class KeyboardHostingController<Content: View>: UIHostingController<Content> {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
struct KeyboardSupportView: UIViewControllerRepresentable {
|
||||
let content: Text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user