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.iife.js +1 -1
- package/dist/vim-web.iife.js.map +1 -1
- package/dist/vim-web.js +1 -1
- package/dist/vim-web.js.map +1 -1
- package/package.json +1 -1
package/dist/vim-web.iife.js
CHANGED
|
@@ -75852,7 +75852,7 @@ Averrage Date/Second ${avgDataRatePS} kb
|
|
|
75852
75852
|
showPanel: props.state.showPanel,
|
|
75853
75853
|
fields: [
|
|
75854
75854
|
{ type: "bool", id: "showGhost", label: "Show Ghost", state: props.state.showGhost },
|
|
75855
|
-
{ type:
|
|
75855
|
+
// { type: 'bool', id: 'showRooms', label: 'Show Rooms', state: props.state.showRooms },
|
|
75856
75856
|
{ type: "text", id: "ghostOpacity", label: "Ghost Opacity", state: props.state.ghostOpacity }
|
|
75857
75857
|
]
|
|
75858
75858
|
});
|