mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
fix ribbon shrinking/wrap
This commit is contained in:
@@ -33,8 +33,8 @@ function setupLeftPaneResizer(leftPaneVisible) {
|
||||
|
||||
function setupRightPaneResizer() {
|
||||
if (rightInstance) {
|
||||
leftInstance.destroy();
|
||||
leftInstance = null;
|
||||
rightInstance.destroy();
|
||||
rightInstance = null;
|
||||
}
|
||||
|
||||
const rightPaneVisible = $("#right-pane").is(":visible");
|
||||
|
||||
Reference in New Issue
Block a user