pthom / imgui_manual

https://pthom.github.io/imgui_manual_online - an interactive manual for ImGui
MIT License
304 stars 23 forks source link

Is ImPlot online demo related ? Can't copy selected code from ImPlot online manual. #5

Closed Maksons closed 2 years ago

Maksons commented 3 years ago

Hello,

I do use online manuals of ImGui and ImPlot, but in ImPlot online manual it's not possible to copy selected code. I check ImGui manual and there is possible to copy, so problem related to ImPlot manual.

Is it right place to report the issue ?

pthom commented 2 years ago

Hello,

Thanks for the report. Copy / Paste with WebAsm is not that easy. See for example an explanation at https://github.com/pthom/hello_imgui/issues/3

Anyhow, I backported the trick I used for imgui manual into implot demo. It should work now.