mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-05-17 21:27:09 +02:00
feat: select first marker by default
This commit is contained in:
@@ -85,6 +85,7 @@ struct MemosView: View {
|
|||||||
penObject.color = color.components
|
penObject.color = color.components
|
||||||
return penObject
|
return penObject
|
||||||
}
|
}
|
||||||
|
markerPenObjects.first?.isSelected = true
|
||||||
|
|
||||||
let graphicContextObject = GraphicContextObject(\.viewContext)
|
let graphicContextObject = GraphicContextObject(\.viewContext)
|
||||||
graphicContextObject.elements = []
|
graphicContextObject.elements = []
|
||||||
|
|||||||
Reference in New Issue
Block a user