Closed shyamal890 closed 1 week ago
Thanks for your issue! You can kind of create custom logic for it with current lib features, like create a custom html node that shows toolbar inside of it on activate. But as I see a toolbar is outside of node, so this will require some additional work on lib side
I built something like this. The tricky part is to make it work in Safari. Position: relative & position: absolute doesn't really work with foreign object in safari. That's why I built it by rendering it outside the ngx-vflow component.
Hi there. I will add a toolbar in v0.15.0
@shyamal890 @ChristofFritz Hi! Added here
Something like