Fix draggable description

This commit is contained in:
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

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",