doc-builder
doc-builder copied to clipboard
Fix Copy to Clipboard Functionality for Code Blocks with Horizontal Scrollbars
This PR improves the Copy to Clipboard functionality to ensure that the entire content of code blocks, including offscreen portions in horizontally scrollable blocks, is copied accurately. Previously, only the visible portion was being copied. This enhancement resolves the issue, providing users with a more reliable and consistent experience when copying code snippets.