layout was_moved flag

This commit is contained in:
BlackMATov
2020-02-12 22:35:46 +07:00
parent f4246c6a7d
commit 6602512891
7 changed files with 138 additions and 11 deletions

View File

@@ -9,6 +9,9 @@ local layout = {
---@type boolean
dirty = false,
---@type boolean
was_moved = false,
---@type layout_modes
mode = layout.modes.horizontal,