Skip to content

Commit

Permalink
fix typescript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Oct 18, 2023
1 parent 9ab8ff5 commit 1f7364f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gdbgui/src/js/ToolTip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class ToolTip extends React.Component {
border: "1px solid",
position: "fixed",
padding: "5px",
// @ts-expect-error ts-migrate(2322) FIXME: Type '"121"' is not assignable to type '"-moz-init... Remove this comment to see the full error message
zIndex: "121"
}}
>
Expand Down
2 changes: 0 additions & 2 deletions gdbgui/src/js/ToolTipTourguide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,13 @@ class ToolTipTourguide extends React.Component<{}, State> {
background: "white",
border: "1px solid",
padding: "5px",
// @ts-expect-error ts-migrate(2322) FIXME: Type '"1000"' is not assignable to type '"-moz-ini... Remove this comment to see the full error message
zIndex: "1000",
position: "absolute",
overflow: "auto",
whiteSpace: "normal",
left: left,
top: top,
fontSize: "small",
pointer: "normal"
}}
>
{/* @ts-expect-error ts-migrate(2339) FIXME: Property 'content' does not exist on type 'Readonl... Remove this comment to see the full error message */}
Expand Down

0 comments on commit 1f7364f

Please sign in to comment.