mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
Missed space in formatting.
This commit is contained in:
@@ -207,7 +207,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
||||
this.clipboardWriteCallback(text, clearMs);
|
||||
}
|
||||
} else if (doc.queryCommandSupported && doc.queryCommandSupported('copy')) {
|
||||
if(this.isChrome() && text === '') {
|
||||
if (this.isChrome() && text === '') {
|
||||
text = '\u0000';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user