orf / simple

Simple is a clone of Obtvse written in Python running on Flask.
MIT License
505 stars 280 forks source link

Paste upload url to the cursor position in textarea #29

Closed danielmagnussons closed 11 years ago

danielmagnussons commented 11 years ago

Hum, something broke when integrated, will look at it

danielmagnussons commented 11 years ago

There, fixed.

orf commented 11 years ago

Weird, when I was adding this feature I tried to use that exact piece of code (stackoverflow amirite?) but it didn't seem to work on chrome at least. What browser do you use?

If it works on other browsers then I guess the current method could be a fallback, using this code if its supported.

danielmagnussons commented 11 years ago

There was a few snippets on SO, some didn't work. This one worked for me with chrome 24.0.1312.57.

orf commented 11 years ago

Works for me as well. Merged with my thanks.