ci: fix failing clipboard_test.v on MacOS
parent
b957c64905
commit
d382db77ee
|
@ -30,6 +30,7 @@ fn (cb &Clipboard) check_availability() bool {
|
||||||
|
|
||||||
fn (mut cb Clipboard) clear() {
|
fn (mut cb Clipboard) clear() {
|
||||||
cb.foo = 0
|
cb.foo = 0
|
||||||
|
cb.set_text('')
|
||||||
#[cb->pb clearContents];
|
#[cb->pb clearContents];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue