Skip to content

Commit e81acde

Browse files
committed
correct add -> append
1 parent c2b9f36 commit e81acde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WinUIBackend/WinUIBackend.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ public final class WinUIBackend: AppBackend {
830830
inputScope.names[0] = value
831831
} else {
832832
let inputScope = InputScope()
833-
inputScope.names.add(value)
833+
inputScope.names.append(value)
834834
textField.inputScope = inputScope
835835
}
836836
}

0 commit comments

Comments
 (0)