mirror of
https://github.com/discourse/discourse.git
synced 2025-04-03 05:39:41 +08:00
UX: shorter copy link confirmation (#24380)
This commit is contained in:
parent
f72899401d
commit
ee2e1e04a8
@ -268,7 +268,7 @@ export default class ChatMessageInteractor {
|
|||||||
url = url.indexOf("/") === 0 ? protocol + "//" + host + url : url;
|
url = url.indexOf("/") === 0 ? protocol + "//" + host + url : url;
|
||||||
clipboardCopy(url);
|
clipboardCopy(url);
|
||||||
this.toasts.success({
|
this.toasts.success({
|
||||||
duration: 3000,
|
duration: 1500,
|
||||||
data: { message: I18n.t("chat.link_copied") },
|
data: { message: I18n.t("chat.link_copied") },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user