Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and bunsenstraat committed Jul 17, 2024
1 parent 51008d0 commit 604565e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const DragBar = (props: IRemixDragBarUi) => {
}, 300)
}
}

}

function startDrag() {
Expand Down
2 changes: 1 addition & 1 deletion libs/remix-ui/git/src/lib/listeners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const setCallBacks = (viewPlugin: Plugin, gitDispatcher: React.Dispatch<g

plugin.on('sidePanel', 'focusChanged', async (name: string) => {
if (name == 'dgit') {
plugin.call('layout', 'maximiseSidePanel')
plugin.call('layout', 'maximiseSidePanel')
}
})

Expand Down

0 comments on commit 604565e

Please sign in to comment.