wise

Results 17 comments of wise

Adding popover to the list will cause the refresh of the list to stutter and drop frames

``` ZStack{ Button(action: { present.toggle() }, label: { menuButton(onOf: present) .onChange(of: present, perform: { value in selectedRow = value }) }) .onChange(of: present, perform: { value in //以防万一,确保异步延迟在操作一次,防止显示弹出框时未找到任何窗口 DispatchQueue.main.asyncAfter(deadline: .now()...

Bound preference ElementPreferenceKey tried to update multiple times per frame. Bound preference ContentFrameReaderPreferenceKey tried to update multiple times per frame. Bound preference ContentFrameReaderPreferenceKey tried to update multiple times per frame....

After closing the popover, the window still occupies the cpu

My interaction is in the page, some of them occupy more than 90% of the CPU, and the page is seriously stuck.

https://user-images.githubusercontent.com/74945717/167072910-ce0e72df-f9cb-4c8a-8211-9852d9a89a8a.MP4