fixing conflict

pull/5370/head
LianaHus 4 years ago
parent 94e2cd09c5
commit 14096685a9
  1. 4
      libs/remix-ui/debugger-ui/src/lib/debugger-ui.tsx

@ -189,6 +189,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
const debug = (txHash) => { const debug = (txHash) => {
startDebugging(null, txHash, null) startDebugging(null, txHash, null)
} }
<<<<<<< HEAD
<<<<<<< HEAD <<<<<<< HEAD
const deleteHighlights = async () => { const deleteHighlights = async () => {
@ -200,6 +201,9 @@ const deleteHighlights = async () => {
} }
>>>>>>> 1b1d8f0c7... modal dialog in react >>>>>>> 1b1d8f0c7... modal dialog in react
=======
>>>>>>> c941558da... fixing conflict
const stepManager = { const stepManager = {
jumpTo: state.debugger && state.debugger.step_manager ? state.debugger.step_manager.jumpTo.bind(state.debugger.step_manager) : null, jumpTo: state.debugger && state.debugger.step_manager ? state.debugger.step_manager.jumpTo.bind(state.debugger.step_manager) : null,
stepOverBack: state.debugger && state.debugger.step_manager ? state.debugger.step_manager.stepOverBack.bind(state.debugger.step_manager) : null, stepOverBack: state.debugger && state.debugger.step_manager ? state.debugger.step_manager.stepOverBack.bind(state.debugger.step_manager) : null,

Loading…
Cancel
Save