Don't erase path until next stroke
This commit is contained in:
parent
d748b4a5fa
commit
c76f71e878
|
|
@ -58,7 +58,6 @@ class _StilettoCanvasState extends State<StilettoCanvas> {
|
|||
|
||||
void _onPointerUp(PointerUpEvent event) {
|
||||
setState(() {
|
||||
_currentPath = [];
|
||||
_isDrawing = false;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue