Gavin Rigsby
Gavin Rigsby
As far as I can tell the referenced functions are not found in the MiNET feature/1.19.10 branch.
For not using innerhtml [[1](https://github.com/gavinrigsby/obsidian-embed-and-edit-code/blob/a73a9d556a04628f27ec1540591b72e3b085fc6e/src/main.ts#L399)] cold not be updated as svg is not valid for createEl. If there is another way that I can supply my SVG to my button's...
> You can just do `setIcon(refreshButton, 'refresh-cw')` https://docs.obsidian.md/Plugins/User+interface/Icons Trying this in my code for my codeblock it does some weird filling. Copying the SVG resulting from this refresh-ccw to the...
Fixed the issue by adding a new custom Icon that does not have this issue (will remove if bug is resolved in the future).