vim-web 0.3.44-dev.68 → 0.3.44-dev.69

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.
package/dist/vim-web.js CHANGED
@@ -75836,7 +75836,7 @@ function IsolationSettingsPanel(props) {
75836
75836
  showPanel: props.state.showPanel,
75837
75837
  fields: [
75838
75838
  { type: "bool", id: "showGhost", label: "Show Ghost", state: props.state.showGhost },
75839
- { type: "bool", id: "showRooms", label: "Show Rooms", state: props.state.showRooms },
75839
+ // { type: 'bool', id: 'showRooms', label: 'Show Rooms', state: props.state.showRooms },
75840
75840
  { type: "text", id: "ghostOpacity", label: "Ghost Opacity", state: props.state.ghostOpacity }
75841
75841
  ]
75842
75842
  });