From 5dc7e2dde7f9596368f81ea35dbc4b36ca4e20f8 Mon Sep 17 00:00:00 2001 From: Konstantin Kireyev Date: Thu, 16 Jan 2025 17:49:48 +0500 Subject: [PATCH] fix: invalid display of opacity value --- apps/common/mobile/lib/view/Draw.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/common/mobile/lib/view/Draw.jsx b/apps/common/mobile/lib/view/Draw.jsx index bf40ae46b0..63c17fdd88 100644 --- a/apps/common/mobile/lib/view/Draw.jsx +++ b/apps/common/mobile/lib/view/Draw.jsx @@ -21,7 +21,7 @@ export const DrawView = ({ currentTool, setTool, settings, setSettings, colors, f7.sheet.open('.draw-sheet--settings')}>
{_t.textCustomColor}
{ f7.sheet.close('.draw-sheet--color-picker') addCustomColor(color) @@ -60,14 +60,14 @@ export const DrawView = ({ currentTool, setTool, settings, setSettings, colors, onRangeChange={(value) => setSettings({ lineSize: value })} /> {/*) : (*/} - {/* setSettings({ lineSize: parseInt(e.target.value) })} />*/} + {/* setSettings({ lineSize: parseInt(e.target.value) })} />*/} {/* )}*/}
{_t.textOpacity}
setSettings({ opacity: parseInt(e.target.value) })}/>