You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not happen on MacOS, and, was not occurring on an earlier build, so it might have been introduced in recent updates.
rust: 1.84
tauri: 2.2.2
tauri-plugins: 2.2.0
I have key bindings for ctrl + shift + f to open a global project search sub window, a new window with a parent. Every time I open it, it shrinks, and shrinks.
The window is starting out below this minimum threshold, and gets worse. It does snap back up to the min as soon as I grab a corner to perform a resize event.
When I remove the plugin from lib.rs, the problem demonstrated below, stops.
Opening additional windows, not marked with a parent appears to be unaffected.