|
|
|
@ -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') |
|
|
|
|