העתק רכיב הפוסט

Thanks for identifying that @Moin. I’ve pushed a fix:
https://github.com/discourse/discourse-copy-post/pull/5

6 לייקים

I just get this error message whenever I click the copy button:

לייק 1

Do you see any error in the browser’s console?

I mentioned this issue on the other topic.

לייק 1

I noticed an error on a site using the component as anonymous:

I made a PR to fix it:

https://github.com/discourse/discourse-copy-post/pull/14

4 לייקים

The PR is now merged; thanks, Keegan!

3 לייקים

האם משתמשים של הרכיב הזה נתקלים בשגיאה הזו יותר לאחרונה

Just installed it, here’s an idea:

Click the copy button on multiple posts to “build up” your clipboard. That way you can quickly copy an entire section of a thread selectively.

Let’s say that there are five posts:

Post A
Post B
Post C
Post D
Post E

You copy D, then B, then E. What’s in your clipboard is actually:

B
D
E

So the clipboard is arranged based on their chronology in the conversation, not the order in which you copy them.