moving: Unset tiling-state after dragging to non-tiled output
This commit is contained in:
parent
01c69cb7ea
commit
d65016b4d4
1 changed files with 1 additions and 1 deletions
|
|
@ -1291,7 +1291,7 @@ impl TilingLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn unmap_as_placeholder(&mut self, window: &CosmicMapped) -> Option<NodeId> {
|
pub fn unmap_as_placeholder(&mut self, window: &CosmicMapped) -> Option<NodeId> {
|
||||||
let node_id = window.tiling_node_id.lock().unwrap().clone()?;
|
let node_id = window.tiling_node_id.lock().unwrap().take()?;
|
||||||
|
|
||||||
let data = self
|
let data = self
|
||||||
.queue
|
.queue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue