Chabib N.

Results 6 comments of Chabib N.

Here's my solution: ```html const savedPosition = { x: 0, y: 0, } export default { mounted () { this.$refs.scrollable.scrollTo({ left: savedPosition.x, top: savedPosition.y, }) }, beforeDestroy () { savedPosition.x...

The current behavior always uses natural scrolling for horizontal gestures, regardless of the system’s natural scrolling setting. Previously, workspace switching followed the system setting. Now, even with natural scrolling disabled,...

This is a breaking change. Workspace switching previously respected the system’s natural scrolling setting, but now it doesn’t, and there’s no setting to restore that behavior. Whether or not this...

![Image](https://github.com/user-attachments/assets/35e4089c-a17c-44db-8dd1-b00c9edce042) ![Image](https://github.com/user-attachments/assets/7103b158-c9d5-4122-bac9-93d6e21ff725)

I found this in the log of `docker compose watch` ``` Syncing "directory" after changes were detected: - directory/.watchman-cookie-f8c2f2f04170-217-0 ``` So, I suppose if you detect some files like this,...