qeude / SwiftDown

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

🐛 honor isEditable setting in iOS version #28

Closed rossbrandon closed 9 months ago

rossbrandon commented 9 months ago

Description

Small change to honor the isEditable setting on the iOS version by using the variable instead of the hardcoded true value in the SwiftDownEditor.makeUIView function

Example

N/A