Unverified Commit 07439ebc authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

Merge branch 'master' into swarmh

parents d9970eef eb9c4820
...@@ -57,7 +57,7 @@ export const Renderer = ({ message, opt = {}, editor, config, fileManager, plugi ...@@ -57,7 +57,7 @@ export const Renderer = ({ message, opt = {}, editor, config, fileManager, plugi
setMessageText(text) setMessageText(text)
setEditorOptions(options) setEditorOptions(options)
setClose(false) setClose(false)
}, [message]) }, [message, opt])
const getPositionDetails = (msg: any) => { const getPositionDetails = (msg: any) => {
const result = { } as Record<string, number | string> const result = { } as Record<string, number | string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment