Skip to content

Commit 21024e2

Browse files
hash-bashSaurabh Dome
and
Saurabh Dome
authored
Notification for copied text in File Paths (#97)
Co-authored-by: Saurabh Dome <dome@pc390.ie-freiburg.mpg.de>
1 parent 61d031b commit 21024e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/static/main-hub/app/view/requests/FilePathsWindowController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Ext.define("MainHub.view.requests.FilePathsWindowController", {
4747
render: function (label) {
4848
label.getEl().on("click", function () {
4949
navigator.clipboard.writeText(label.text);
50+
new Noty({ text: "Text Copied!" }).show();
5051
});
5152
label.getEl().on("mouseover", function () {
5253
Ext.tip.QuickTipManager.register({

0 commit comments

Comments
 (0)