Copy/Paste implementation
Summary: ^ Reviewed By: aigoncharov Differential Revision: D46515194 fbshipit-source-id: 0ee6931569d5248d5643b391683e230e0c095e41
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b9322247e6
commit
2815ba0fb8
@@ -197,7 +197,7 @@ function createStubRenderHost(): RenderHost {
|
||||
|
||||
return {
|
||||
readTextFromClipboard() {
|
||||
return '';
|
||||
return Promise.resolve('');
|
||||
},
|
||||
writeTextToClipboard() {},
|
||||
async importFile() {
|
||||
|
||||
Reference in New Issue
Block a user