mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat(editor): implement auto-save functionality and manual save command in SourceCodeEditor
This commit is contained in:
parent
d397fec54f
commit
3f203f8c49
3 changed files with 63 additions and 6 deletions
|
|
@ -53,7 +53,7 @@ function CollapseButton({ onClick }: { onClick: () => void }) {
|
|||
<span className="sr-only">Collapse panel</span>
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent side="left">Collapse panel</TooltipContent>
|
||||
<TooltipContent side="bottom">Collapse panel</TooltipContent>
|
||||
</Tooltip>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue