mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Copy to clipboard (#4588)
* Update EventManager.jsx * Update EventManager.jsx * Update EventManager.jsx
This commit is contained in:
parent
df4352ee0a
commit
506b2367df
1 changed files with 1 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue