Copy to clipboard (#4588)

* Update EventManager.jsx

* Update EventManager.jsx

* Update EventManager.jsx
This commit is contained in:
Utsav Paul 2022-11-02 09:17:20 +05:30 committed by GitHub
parent df4352ee0a
commit 506b2367df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,6 +343,7 @@ export const EventManager = ({
<CodeHinter
theme={darkMode ? 'monokai' : 'default'}
currentState={currentState}
initialValue={event.contentToCopy}
onChange={(value) => handlerChanged(index, 'contentToCopy', value)}
usePortalEditor={false}
/>