#1484, #1527: Fix overlay transition

This commit is contained in:
mtkennerly 2022-11-11 20:00:18 +08:00
parent 23299a555f
commit 8a5a365be9
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408

View file

@ -255,7 +255,7 @@ where
cursor_position cursor_position
}; };
self.overlay = Some(layout); self.overlay = None;
(base_cursor, event_statuses) (base_cursor, event_statuses)
} else { } else {