Commit 2926966
committed
Fixing bug that add ./ and then the url to the icon value when is passed a base64 image
I added also some debug information under (isDebug variable).
The key is mainly add (iconUrl.startsWith("data:image") == false) to line 695. If you don't put this, a icon value with "data/image ..." is modified by the adding of "./".
I don't know why I am the only one with this problem.
(Note: I delete and create again the repository)1 parent d50f6f6 commit 2926966
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
| 682 | + | |
682 | 683 | | |
683 | 684 | | |
684 | 685 | | |
| |||
0 commit comments