Skip to content

Commit

Permalink
feat: select tool from tool picker on tool changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed May 4, 2024
1 parent 2ce3f01 commit 8c02bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/Classes/FLPencilKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ private class PencilKitView: UIView {
default:
break
}
toolPicker?.selectedTool = canvasView.tool
}

func save(url: URL, withBase64Data: Bool) throws -> String? {
Expand Down

0 comments on commit 8c02bed

Please sign in to comment.