CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
510 stars 78 forks source link

Fix for non-updating text #102

Closed Wouter01 closed 1 year ago

Wouter01 commented 1 year ago

This fixes an issue where the text Binding wouldn't update. CodeEditTextView would receive updates to input just fine, but the client wouldn't get any updates about the changes in the string.

lukepistrol commented 1 year ago

Please fix the linting error on line 172

Wouter01 commented 1 year ago

Done!