Skip to content

Commit 459c2cd

Browse files
Update modules/ROOT/pages/8.3.1-release-notes.adoc
Co-authored-by: Mitchell Crompton <[email protected]>
1 parent 1dec994 commit 459c2cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/8.3.1-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ For information on the **<Premium plugin name 1>** plugin, see: xref:<plugincode
4646
=== Views could not be opened during the `init` event.
4747
// #TINY-13463
4848

49-
Prior to {release-version}, the `init` event did not open editor views, which meant that views triggered during initialization were not visible when the editor finished loading. {release-version} addresses this by ensuring that views can now be opened during the editor’s `init` event, ensuring that any views initialized at this stage are visible immediately after initialization completes.
49+
Prior to {release-version}, editor views were not registered until after the CSS was loaded, which meant that they could not be opened until after editor initialization. {release-version} addresses this by registering views sooner, before editor initialization.

0 commit comments

Comments
 (0)