Fix draggable description

pull/2354/head
Dan Rose 2022-03-24 22:25:21 -05:00 committed by GitHub
parent 142b8eb9ed
commit c995cd304a
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",