@mytec: before 1.1, last checks
This commit is contained in:
@@ -249,7 +249,7 @@ export default function BatchEdit({ onBatchApplied }: BatchEditProps) {
|
||||
value={customAzimuth}
|
||||
onChange={(e) => setCustomAzimuth(e.target.value)}
|
||||
onKeyDown={(e) => e.key === 'Enter' && handleSetAzimuth()}
|
||||
placeholder="0-359\u00B0"
|
||||
placeholder="0-359°"
|
||||
className={inputClass}
|
||||
/>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user