-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
Describe the bug
Even if there is a copy option in the rendered code snippet block, the content wouldn't be copied to the clipboard after clicking the option.
Expected behavior
After clicking copy in the top right corner of the code snippet block, the content should be copied to the clipboard.
Steps to reproduce
- Find a code block in the built docs, for example, on the
/search-your-data.htmlpage of the ES guide. - Click
copyin the top right corner of the code snippet block. - Open a text editor.
- Cmd+v or crlt+v in the editor.
- Compare the content in the code block and the content in the text editor.
Tooling
- docs-builder
- migration tooling
- I'm not sure