Skip to content

Commit 58e13f3

Browse files
committed
Made live area hidden.
1 parent e00467f commit 58e13f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ko/ui/defaultViewManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- ko if: host -->
2-
<div aria-live="assertive" data-bind="livearea: {}"></div>
2+
<div class="text-hide" aria-live="assertive" data-bind="livearea: {}"></div>
33
<div id="contentEditor" class="viewport" tabindex="0"
44
data-bind="host: { viewport: viewport, host: host, block: block, onDocumentCreated: onHostDocumentCreated, onDocumentDisposed: onHostDocumentDisposed }"></div>
55
<!-- /ko -->

0 commit comments

Comments
 (0)