Skip to content

Remove null window checks in restacking requests

Vlad Zahorodnii requested to merge work/zzag/remove-null-window-checks into master

Restacking null windows make no sense. If a window can be null, it should be guarded by the user. However, in practice, it shouldn't matter.

Merge request reports