Skip to content

Commit

Permalink
Fix You have an error in your SQL syntax (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Sep 24, 2024
1 parent 6ecece3 commit 850be4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/queries/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@
$('<span title="Copy to clipboard" />')
.addClass(csscls('copy-clipboard'))
.css('cursor', 'pointer')
.html("&#8203;")
.on('click', (event) => {
event.stopPropagation();
if (this.copyToClipboard($code.get(0))) {
Expand Down

0 comments on commit 850be4e

Please sign in to comment.