Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnuttandrew committed Jul 6, 2023
1 parent 7d04de7 commit daa7c76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/prong/src/lib/dock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function Content(props: {
<div>
<b>Menu</b>
</div>
<div>Click the circle to drag and place this menu.</div>
<div>Click the circle to drag and place this menu</div>
<div>
Press CMD+. to reattach the menu
{setDock && (
Expand Down Expand Up @@ -185,8 +185,8 @@ function RenderPopoverDocked(props: {
const [monoclePos, setMonoclePos] = usePersistedState(
"cm-monocle-position",
`{
x: null,
y: null,
x: 300,
y: 300,
}`
);
const [menuContents, setMenuContents] = useState<MenuRow[]>([]);
Expand Down
2 changes: 1 addition & 1 deletion sites/docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skipLibCheck": true,
"types": ["../../packages/prong/dist/index.d.ts"],
"paths": {
"library-a": ["../../packages/prong"]
"prong": ["../../packages/prong"]
},

/* Bundler mode */
Expand Down

0 comments on commit daa7c76

Please sign in to comment.