diff options
author | thigg <thigg@users.noreply.github.com> | 2020-04-07 09:42:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 10:42:35 +0300 |
commit | 4af3147bbf862a77c36d794838589a12e4fc6dd2 (patch) | |
tree | 5d975a18ac72176248355b8bce2b07496cfab5b4 /documentation | |
parent | f6a9a9ad489be81bb7327096b038cc6b63cfa39a (diff) | |
download | vaadin-framework-4af3147bbf862a77c36d794838589a12e4fc6dd2.tar.gz vaadin-framework-4af3147bbf862a77c36d794838589a12e4fc6dd2.zip |
Added missing blank line, which fussed up the text (#11935)
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc index 5d8778f261..343170fe0f 100644 --- a/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc +++ b/documentation/articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc @@ -6,6 +6,7 @@ layout: page [[finding-the-current-ui-and-page-and-vaadin-session]] = Finding the current UI and page and vaadin session + There are many cases where you need a reference to the active `UI`, `Page` or `VaadinServiceSession`, for instance for showing notifications in a click listener. It is possible to get a reference to the component from |