vimd 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,7 +11,7 @@
11
11
  --sidebar-selected: #094771;
12
12
  --sidebar-border: #3c3c3c;
13
13
  --sidebar-header-bg: #3c3c3c;
14
- --sidebar-width: 280px;
14
+ --sidebar-width: 300px;
15
15
  --sidebar-min-width: 150px;
16
16
  --sidebar-max-width: 500px;
17
17
  --resizer-width: 4px;
@@ -756,9 +756,12 @@
756
756
  // Single panel - show welcome
757
757
  state.panels[0].file = null;
758
758
  showWelcome(0);
759
- savePanelState();
760
- updateURL();
761
759
  }
760
+
761
+ // Update sidebar selection and save state
762
+ updateSelection();
763
+ savePanelState();
764
+ updateURL();
762
765
  }
763
766
 
764
767
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vimd",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Real-time Markdown preview tool with pandoc (view markdown)",
5
5
  "type": "module",
6
6
  "keywords": [