We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c7949 commit 4edefc7Copy full SHA for 4edefc7
1 file changed
assets/javascripts/views/content/entry_page.coffee
@@ -40,7 +40,7 @@ class app.views.EntryPage extends app.View
40
@trigger 'loaded'
41
return
42
43
- CLIPBOARD_LINK = '<a class="_pre-clip" title="Copy to clipboard"></a>'
+ CLIPBOARD_LINK = '<a class="_pre-clip" title="Copy to clipboard" tabindex="-1"></a>'
44
45
addClipboardLinks: ->
46
for el in @findAllByTag('pre')
0 commit comments