mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 14:53:47 +02:00
disable single attribute per line
This commit is contained in:
@@ -17,10 +17,7 @@ export const LeftSidebar = ({ isResizing, startResizing }: LeftSidebarProps) =>
|
||||
const { collapsed } = useSidebarStore();
|
||||
|
||||
return (
|
||||
<aside
|
||||
className={styles.container}
|
||||
id="sidebar"
|
||||
>
|
||||
<aside className={styles.container} id="sidebar">
|
||||
<ResizeHandle
|
||||
isResizing={isResizing}
|
||||
onMouseDown={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user