mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Merge branch 'master' into feature/sso
This commit is contained in:
@@ -210,7 +210,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
if (this.isChrome() && text === '') {
|
||||
text = '\u0000';
|
||||
}
|
||||
|
||||
|
||||
const textarea = doc.createElement('textarea');
|
||||
textarea.textContent = text == null || text === '' ? ' ' : text;
|
||||
// Prevent scrolling to bottom of page in MS Edge.
|
||||
|
||||
Reference in New Issue
Block a user