We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0218fa4 commit 8f539b4Copy full SHA for 8f539b4
docs/js/requests.js
@@ -729,7 +729,9 @@ const filterAppEntries = debounce(() => {
729
730
document.getElementById('regex-switch').addEventListener('change', filterAppEntries);
731
document.getElementById('closePopup').addEventListener('click', filterAppEntries);
732
-document.getElementById('rename-button').addEventListener('click', copyToClipboard(null,true));
+document.getElementById('rename-button').addEventListener('click', () => {
733
+ copyToClipboard(null, true);
734
+});
735
736
737
function renameAndCopySelectedToClipboard() {
0 commit comments