Skip to content

Instantly share code, notes, and snippets.

@ashraf2047
Created August 16, 2022 03:34
Show Gist options
  • Select an option

  • Save ashraf2047/93edf1965c043fee37296d08dc57118d to your computer and use it in GitHub Desktop.

Select an option

Save ashraf2047/93edf1965c043fee37296d08dc57118d to your computer and use it in GitHub Desktop.
const fileEditorChangeHandler = (newValue) => {
props.fileEditorContentChanged({
windowId: props.id,
value: newValue,
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment