gillescastel / inkscape-figures

Inkscape figure manager
MIT License
557 stars 119 forks source link

Clipboard only working when figure changed #37

Closed kunzaatko closed 2 years ago

kunzaatko commented 2 years ago

The latex template of the figure is only copied to clipboard when the figure that is being edited is accually changed. This is due to the clipboard copying being triggerd in the file watcher and that gets triggered only when something changes in the figure.

This can be a problem if you have some figures that you decide to add to the document after removing them earlier without making any changes.

gillescastel commented 2 years ago

Confirmed. I'll merge your pull request. Thanks!