1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-26 11:10:46 +02:00

Use zero width for copy height (#677)

This commit is contained in:
Barry vd. Heuvel
2024-09-10 18:54:34 +02:00
committed by GitHub
parent ce4762b069
commit cc8f41e0bd
2 changed files with 1 additions and 1 deletions

View File

@@ -123,6 +123,7 @@
$('<span title="Copy to clipboard" />')
.addClass(csscls('copy-clipboard'))
.css('cursor', 'pointer')
.html("&#8203;")
.on('click', function (event) {
self.onCopyToClipboard(this);
event.stopPropagation();