mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
Missed space in formatting.
This commit is contained in:
parent
689f39d365
commit
6c7d730d36
@ -207,7 +207,7 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
this.clipboardWriteCallback(text, clearMs);
|
this.clipboardWriteCallback(text, clearMs);
|
||||||
}
|
}
|
||||||
} else if (doc.queryCommandSupported && doc.queryCommandSupported('copy')) {
|
} else if (doc.queryCommandSupported && doc.queryCommandSupported('copy')) {
|
||||||
if(this.isChrome() && text === '') {
|
if (this.isChrome() && text === '') {
|
||||||
text = '\u0000';
|
text = '\u0000';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user