From: Anastasia Smirnova Date: Wed, 7 Mar 2018 12:29:53 +0000 (-1200) Subject: Update advanced-dragndrop.asciidoc (#10680) X-Git-Tag: 8.4.0.alpha1~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0c5e445058fe93b2e0742ada88b29ad342304b21;p=vaadin-framework.git Update advanced-dragndrop.asciidoc (#10680) * Update advanced-dragndrop.asciidoc Fixing example of Drag and drop code. Resolves https://github.com/vaadin/framework/issues/10512 * Update advanced-dragndrop.asciidoc Removed unnecessary spaces * Update advanced-dragndrop.asciidoc Removed unnecessary spaces --- diff --git a/documentation/advanced/advanced-dragndrop.asciidoc b/documentation/advanced/advanced-dragndrop.asciidoc index 1f18234dbf..24e2e2d6f4 100644 --- a/documentation/advanced/advanced-dragndrop.asciidoc +++ b/documentation/advanced/advanced-dragndrop.asciidoc @@ -443,7 +443,7 @@ To start uploading a file, set a `StreamVariable` to it. The stream variable pro Label dropArea = new Label("Drop files here"); FileDropTarget