Maxim Troshin
Maxim Troshin
Hi, I use page layout and I can scroll the pages forward, but I can't do it backwards. `collectionView.scrollToItem(at: IndexPath, at: centeredHorizontally, animated: true)` `let rect = self.collectionView.layoutAttributesForItem(at: indexPath)!.frame self.collectionView.scrollRectToVisible(rect,...
Please make it work on macOS 13.4 Ventura
Thank you for your quick response! I tried using the Tab key again, and it worked. However, it’s strange because I had set the shortcut to Cmd + Enter (screenshot...
Hi! I have had this issue too, but later I noticed that I was trying to change a file from a Swift package with agent, but it is read-only. =)