mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 12:05:47 +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;
|
||||
clipboardCopy(url);
|
||||
this.toasts.success({
|
||||
duration: 3000,
|
||||
duration: 1500,
|
||||
data: { message: I18n.t("chat.link_copied") },
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user