mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +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);
|
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';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user