Fix for D&D on input on canvas: changed defaultText to empty string (#7018)

This commit is contained in:
Bhavin K 2021-09-02 18:31:09 +05:30 committed by GitHub
parent 682526c5ee
commit b8c1f0d672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@ const WidgetConfigResponse: WidgetConfigReducerState = {
columns: 5 * GRID_DENSITY_MIGRATION_V1,
widgetName: "Input",
version: 1,
defaultText: "",
maxChars: 255,
iconAlign: "left",
autoFocus: false,