Merge branch 'master' into swarmh

pull/1494/head
Liana Husikyan 3 years ago committed by GitHub
commit 07439ebcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/renderer/src/lib/renderer.tsx

@ -57,7 +57,7 @@ export const Renderer = ({ message, opt = {}, editor, config, fileManager, plugi
setMessageText(text)
setEditorOptions(options)
setClose(false)
}, [message])
}, [message, opt])
const getPositionDetails = (msg: any) => {
const result = { } as Record<string, number | string>

Loading…
Cancel
Save