mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
clipboard: fix clear() on macos
This commit is contained in:
@ -31,7 +31,7 @@ fn (cb &Clipboard) check_availability() bool {
|
||||
fn (mut cb Clipboard) clear() {
|
||||
cb.foo = 0
|
||||
cb.set_text('')
|
||||
#[cb->pb clearContents];
|
||||
//#[cb->pb clearContents];
|
||||
}
|
||||
|
||||
fn (mut cb Clipboard) free() {
|
||||
|
Reference in New Issue
Block a user