CodeSnap icon indicating copy to clipboard operation
CodeSnap copied to clipboard

i can't save to file

Open settawatb opened this issue 4 years ago • 3 comments

I found a weird bug when I select code "%10"-"%19" , "%100"-"%199" , "%1000"-"%1999" , "%10000"-"%19999" , .... in printf , the file cannot be saved. (I clicked a codesnap icon and not working)

e.g. printf("%10"); printf(" data = %10p \n"pdata->data); printf(" data = %100d \n", data); printf(" data = %1000f \n", data);

IDK why lol

settawatb avatar Sep 18 '21 15:09 settawatb

It's a problem from "dom-to-image-even-more", they said that the lib will "clone the DOM recursively" and seems like it treating "%" as an operator instead of a string.

duckimann avatar Oct 03 '21 00:10 duckimann

👋 https://github.com/kufii/CodeSnap/issues/126

ldexterldesign avatar Jan 18 '23 23:01 ldexterldesign

Any solutions for how to take a snap with % in the code?

ItayNaf avatar Jan 29 '23 17:01 ItayNaf