AdamantLife

Results 3 issues of AdamantLife

#### Issue and Resolution `deepdanbooru.project.load_project` still loads tags using `dd.data.load_tags_from_project`; as far as I can tell this should simply be updated to `load_tags_from_project` now that the function has been moved...

enhancement

**Describe the bug** When saving a document or closing the ParametricText Command Dialog, I was getting the following Error Message and the Text object was not updating: ![image](https://github.com/thomasa88/ParametricText/assets/26859327/a72f23f8-a6d3-4bb0-9bdd-0556767b423c) **To Reproduce**...

bug

In `litegraph.js`: ```javascript // Lines 2571 to 2573 var link_info = this.graph ? this.graph.links[input.link] : null; if (this.onConnectionsChange) this.onConnectionsChange( LiteGraph.INPUT, i, true, link_info, input ); //link_info has been created now,...