Skip to content

Commit bbcd8be

Browse files
authored
Update FB13341321.swift
1 parent 3758e90 commit bbcd8be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TestingHost/OpenSwiftUIUITests/FB13341321.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by Kyle on 2023/11/6.
66
//
77

8+
// https://github.com/feedback-assistant/reports/issues/444
89
// (4 toggles: C1T1 C1T2 C2T1 C2T2 - C1T1&C2T1 use the same truth, C1T2&C2T2 use the same truth )
910
// macOS 14 behavior with SwiftUI
1011
// C1T1's UI will only be updated at most 1 time if we only tap T1.
@@ -20,6 +21,9 @@
2021
// Tap on C1T1 or C2T1 will update both toggle at the same time. (Expected)
2122
// Tap on C1T2 or C2T2 will update both toggle at the same time. (Expected)
2223
// But one is with transactino and the other is not.
24+
//
25+
// Status Update:
26+
// Fixed on macOS 15.1
2327

2428
import SwiftUI
2529
import Observation

0 commit comments

Comments
 (0)