Skip to content

Commit 86c559e

Browse files
committed
refactor: 代码格式化
1 parent eac7515 commit 86c559e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.DockView/wwwroot/js/dockview-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const initDockview = (dockview, options, template) => {
9292
const delPanels = delPanelsStr && JSON.parse(delPanelsStr) || []
9393
panels.forEach(panel => {
9494
const visible = panel.params.visible
95-
if(!visible){
95+
if (!visible) {
9696
dockview.removePanel(panel)
9797
}
9898
dockview._panelVisibleChanged?.fire({ title: panel.title, status: visible });

0 commit comments

Comments
 (0)