Skip to content

Commit 6ad8a67

Browse files
committed
refactor: 代码格式化
1 parent bde3959 commit 6ad8a67

6 files changed

Lines changed: 367 additions & 365 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const saveConfig = dockview => {
305305
if (dockview.params.options.enableLocalStorage && dockview._inited === true) {
306306
saveParamsIsActive(dockview)
307307
const json = dockview.toJSON();
308-
if(dockview.floatingGroups && dockview.floatingGroups.length > 0) {
308+
if (dockview.floatingGroups && dockview.floatingGroups.length > 0) {
309309
json.floatingGroups.forEach((fg, index) => {
310310
const width = dockview.floatingGroups[index].group.width
311311
fg.position.width = fg.position.width || (width ? width + 2 : 300)

0 commit comments

Comments
 (0)