Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(blocks): Do not copy snippet when preview text is selected
#18611 This patch introduces skip conditional for the "copy code snippet by shortcut key" feature. this condition would not work when the preview is iframe (user sets `docs: { inlineStories: false }`), but that does not matter as the event handler won't run in the first place.
- Loading branch information