Add insert button for links

This commit is contained in:
Christoph Hagen
2025-02-27 22:51:49 +01:00
parent cdc84cdf4c
commit b08303cd12
5 changed files with 226 additions and 5 deletions

View File

@ -9,6 +9,7 @@ struct InsertableItemsView: View {
InsertableView<InsertableImage>()
InsertableView<InsertableLabels>()
InsertableView<InsertableButtons>()
InsertableView<InsertableLink>()
}
}
}