pull/1346/head
yann300 4 years ago
parent 8d44d31cb3
commit ef2034a484
  1. 2
      libs/remix-ui/debugger-ui/src/lib/vm-debugger/assembly-items.tsx

@ -28,7 +28,7 @@ export const AssemblyItems = ({ registerEvent }) => {
}
}, [assemblyItems.opCodes.index])
let clearItem = (currentItem) => {
const clearItem = (currentItem) => {
if (currentItem) {
currentItem.removeAttribute('selected')
currentItem.removeAttribute('style')

Loading…
Cancel
Save