mirror of
https://github.com/xuquan-nikkkki/FolderFile-Splitter-Plugin.git
synced 2026-07-22 05:37:28 +00:00
fix: correct wrong spelling
This commit is contained in:
parent
2d9143b94e
commit
e910bca596
2 changed files with 3 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ const Folder = ({
|
|||
}
|
||||
if (focusedFolder?.path !== item.path) {
|
||||
setFocusedFolder(item);
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
collect: (monitor) => ({
|
||||
|
|
@ -241,7 +241,7 @@ const Folder = ({
|
|||
}}
|
||||
>
|
||||
<div
|
||||
className="ffs-folder-pane-left-sectionn"
|
||||
className="ffs-folder-pane-left-section"
|
||||
onClick={onClickFolder}
|
||||
>
|
||||
<span
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ If your plugin does not need CSS, delete this file.
|
|||
font-weight: 450;
|
||||
}
|
||||
|
||||
.ffs-folder-pane-left-sectionn {
|
||||
.ffs-folder-pane-left-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue