Skip to content

Commit 107fca4

Browse files
CUB3Dadrian17
authored andcommitted
web: Add comment to set_clipboard_content
1 parent fff420e commit 107fca4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web/src/ui.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ impl UiBackend for WebUiBackend {
5656
}
5757

5858
fn set_clipboard_content(&mut self, _content: String) {
59+
//TODO: in AVM2 FP9+ this only works when called from a button handler due to sandbox
60+
// restrictions
5961
log::warn!("set clipboard not implemented");
6062
}
6163

0 commit comments

Comments
 (0)