Skip to content

Commit

Permalink
refactor: refactor drag dom
Browse files Browse the repository at this point in the history
  • Loading branch information
baiwusanyu-c committed Sep 5, 2023
1 parent d77a21b commit 36bf682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions PLAN.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/server/src/app/devtools-container.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
</div>

<div class="svelte-devtools-resize-handle svelte-devtools-resize-handle-corner"
style="top: 0; left: 0; cursor: move "
style="top: 8px; left: 8px; cursor: move ; width: 10px; height: 10px"
aria-hidden="true"
on:mousedown|preventDefault ={() => setResizingType('m')}>
</div>
Expand Down

0 comments on commit 36bf682

Please sign in to comment.