Merge pull request #2354 from rotu/patch-1

Fix draggable description
pull/2362/head
Tuğçe Küçükoğlu 2022-03-28 11:13:34 +03:00 committed by GitHub
commit 926467f55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ const DialogProps = [
name: "draggable",
type: "boolean",
default: "true",
description: "Whether the dialog can be displayed full screen."
description: "Whether the dialog can be relocated by dragging."
},
{
name: "minX",