fix
This commit is contained in:
@@ -286,7 +286,7 @@ onMounted(() => {
|
||||
:value="canvasWidth?.toFixed(2)"
|
||||
class="setting-input"
|
||||
:min="1"
|
||||
:max="9999"
|
||||
:max="4999"
|
||||
:step="1"
|
||||
@change="
|
||||
(value) => {
|
||||
@@ -302,7 +302,7 @@ onMounted(() => {
|
||||
:value="canvasHeight?.toFixed(2)"
|
||||
class="setting-input"
|
||||
:min="1"
|
||||
:max="9999"
|
||||
:max="4999"
|
||||
:step="1"
|
||||
@change="
|
||||
(value) => {
|
||||
|
||||
Reference in New Issue
Block a user