You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a modal to input some important informations, and then it'll generate a string from these informations, and after i close this modal, the string should type into the editor.
function(){consthandleSubmit=()=>{molecule.editor.updateTab({id: current.tab.id,// update the editor's value by strdata: Object.assign(current.tab.data,{value: str})})}return(<ModalonSubmit={handleSubmit}>
...
</Modal>)}
Versions
OS: MacOS
Browser: Chrome
Molecule: @0.9.0-beta.4.2
To reproduce
Expected
the editor's content replaced by the str
Actually happening
there is no changes in editor's content
The text was updated successfully, but these errors were encountered:
* feat: when the editor text changes, restrict updates through Uri comparison
* fix: update the editor value with the updateTab method (#714)
* test: add setGroupEditorValue test case
Describe the bug
I have a modal to input some important informations, and then it'll generate a string from these informations, and after i close this modal, the string should type into the editor.
Versions
To reproduce
Expected
str
Actually happening
The text was updated successfully, but these errors were encountered: