Skip to content

Commit

Permalink
feat(PlantUMLContentView): update line_editor package
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 5, 2023
1 parent cc6899d commit 0cdc336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlantUML/PlantUMLContentView.swift
Expand Up @@ -21,7 +21,7 @@ import LineEditor


struct PlantUMLContentView: View {
typealias PlantUMLLineEditorView = LineEditorView<SyntaxStructure,Symbol>
typealias PlantUMLLineEditorView = StandardLineEditorView<SyntaxStructure,Symbol>

@Environment(\.editMode) private var editMode
@Environment(\.openURL) private var openURL
Expand Down
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/bsorrentino/PlantUML4iPad.git",
"state" : {
"branch" : "line_editor",
"revision" : "f4bdda4065a10c4e044f2a8a6d3552d0ac4b6154"
"revision" : "c32ca4eebd381f6030d1b0d3f09bfc7b08bdf0b0"
}
}
],
Expand Down

0 comments on commit 0cdc336

Please sign in to comment.