Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 83abcad + 7777155 commit f9939fdCopy full SHA for f9939fd
background_scripts/main.coffee
@@ -217,7 +217,7 @@ openUrlInIncognito = (request) ->
217
# We return null to avoid the return value from the copy operations being passed to sendResponse.
218
#
219
copyToClipboard = (request) -> Clipboard.copy(request.data); null
220
-pasteFromClipboard = (request) -> Clipboard.paste(); null
+pasteFromClipboard = (request) -> Clipboard.paste()
221
222
223
# Selects the tab with the ID specified in request.id
0 commit comments