From 4af3147bbf862a77c36d794838589a12e4fc6dd2 Mon Sep 17 00:00:00 2001 From: thigg Date: Tue, 7 Apr 2020 09:42:35 +0200 Subject: Added missing blank line, which fussed up the text (#11935) --- .../articles/FindingTheCurrentUIAndPageAndVaadinSession.asciidoc | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation/articles') 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 -- cgit v1.2.3