James Bradford
James Bradford
There's some conflicts. I will manage those in the near future.
> @rodi01 I tested it again, and it definitely works as expected... > > The wording of the response makes me think they misunderstand the desired result? _"Sort Artboard Left...
Tasks - [ ] add error modal when only one artboard is selected - [ ] add plural "Artboard**s**" with an *'s'* - [ ] Fix #18 - change 'Orginize...
I would love if yall would do this natively. I can't make PRs to your codebase due to my organization's relationship with Palantir, BUT I did make a hacked version...
add file `./src/types.d.ts` ```ts declare module '*.svg' { const content: any; export default content; } ``` then import logo src like this ```ts import logo from './logo.svg'; ``` https://stackoverflow.com/a/45887328/5648839
Updated the Original PR comment to reflect changes
Maybe I could help out on this when you reprioritize it. I maintain a plugin called the [HTML Editor Syntax Highlighter](https://github.com/mukhortov/HESH-WordPress-Plugin). I've written a custom Codemirror syntax mode that highlights...