Missed space in formatting.

This commit is contained in:
Matt Smith 2020-07-09 14:59:47 -05:00
parent 689f39d365
commit 6c7d730d36
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}