mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -228,7 +228,7 @@ final class PenTool: DrawingElement {
|
||||
func setupRenderLayer() -> DrawingRenderLayer? {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
func updatePath(_ point: DrawingPoint, state: DrawingGesturePipeline.DrawingGestureState) {
|
||||
let result = self.addPoint(point, state: state)
|
||||
let resetActiveRect = result?.0 ?? false
|
||||
|
||||
Reference in New Issue
Block a user