Closed bigmediumjosh closed 4 years ago
...and remove any existing border style if -pt-border-update is true.
Thanks for all you do! Enjoying the plugin...
if (updateBorder) sStyle.borders.pop();
If we want to remove all borders then probably it's better to use sStyle.borders = [] ?
Good! Thanks for your code.
...and remove any existing border style if -pt-border-update is true.
Thanks for all you do! Enjoying the plugin...