SublimePrettyJson icon indicating copy to clipboard operation
SublimePrettyJson copied to clipboard

Add view object to self

Open pccowboy opened this issue 2 years ago • 1 comments

This fixes https://github.com/dzhibas/SublimePrettyJson/issues/172

Not sure why, but when the self object is passed to the PrettyJsonLintListener::on_post_save method, it does not have a view object as part of the data.

This just adds the view object that was passed in back to the self object.

Seems to be like something else must be broken for this to happen, but all I really care about is having the save functionality working.

pccowboy avatar Oct 27 '23 18:10 pccowboy

This PR is obsolete, superseded by #184.

deathaxe avatar Aug 10 '24 09:08 deathaxe