qeude / SwiftDown

📦 A themable markdown editor component for your SwiftUI apps.
MIT License
472 stars 50 forks source link

Fix/binding not working on updating #7

Closed qeude closed 2 years ago

qeude commented 2 years ago

resolves: #6

codecov-commenter commented 2 years ago

Codecov Report

Merging #7 (5add2dd) into main (37f0236) will decrease coverage by 2.92%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   65.66%   62.74%   -2.93%     
==========================================
  Files          13       13              
  Lines         568      569       +1     
==========================================
- Hits          373      357      -16     
- Misses        195      212      +17     
Impacted Files Coverage Δ
Sources/SwiftDown/SwiftDownEditor.swift 0.00% <0.00%> (ø)
Sources/SwiftDown/MarkdownNode.swift 90.32% <0.00%> (-9.68%) :arrow_down:
Sources/SwiftDown/Extensions.swift 94.36% <0.00%> (-5.64%) :arrow_down:
Sources/SwiftDown/Theme.swift 78.88% <0.00%> (-5.56%) :arrow_down:
Sources/SwiftDown/MarkdownEngine.swift 91.66% <0.00%> (-2.78%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37f0236...5add2dd. Read the comment docs.