Skip to content

Commit

Permalink
Made live area hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
azaslonov committed Oct 31, 2024
1 parent e00467f commit 58e13f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ko/ui/defaultViewManager.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- ko if: host -->
<div aria-live="assertive" data-bind="livearea: {}"></div>
<div class="text-hide" aria-live="assertive" data-bind="livearea: {}"></div>
<div id="contentEditor" class="viewport" tabindex="0"
data-bind="host: { viewport: viewport, host: host, block: block, onDocumentCreated: onHostDocumentCreated, onDocumentDisposed: onHostDocumentDisposed }"></div>
<!-- /ko -->
Expand Down

0 comments on commit 58e13f3

Please sign in to comment.