diff options
| author | Adam <adamdharrison@gmail.com> | 2022-09-18 20:48:57 -0400 |
|---|---|---|
| committer | Adam <adamdharrison@gmail.com> | 2022-09-18 20:48:57 -0400 |
| commit | 9dada1df32d5d175960b668d6dc1f885a1738a16 (patch) | |
| tree | 3eeeafd2341eb3f409fff7d8385d5449edebb575 | |
| parent | e772eb4b2724a83234bb3d27c946d2e1ba0bca0b (diff) | |
| download | lite-xl-workspace-fixes.tar.gz lite-xl-workspace-fixes.zip | |
Tabbing.workspace-fixes
| -rw-r--r-- | data/plugins/workspace.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/plugins/workspace.lua b/data/plugins/workspace.lua index a4fa4efe..6426cbdb 100644 --- a/data/plugins/workspace.lua +++ b/data/plugins/workspace.lua @@ -163,9 +163,9 @@ local function load_node(node, t) if t.active_view == i then active_view = view end - if not view:is(DocView) then - view.scroll = v.scroll - end + if not view:is(DocView) then + view.scroll = v.scroll + end end end if active_view then |
