浏览代码

Update Copy Link url after short url is generated

Karthik Kasturi 1 年之前
父节点
当前提交
ce188671db
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      js/privatebin.js

+ 1 - 0
js/privatebin.js

@@ -2158,6 +2158,7 @@ jQuery.PrivateBin = (function($) {
                     $pasteUrl.prop('href', shortUrl);
                     // we pre-select the link so that the user only has to [Ctrl]+[c] the link
                     Helper.selectText($pasteUrl[0]);
+                    CopyToClipboard.setUrl(shortUrl);
                     return;
                 }
             }