Added graphics alpha workaround.
This commit is contained in:
@@ -248,7 +248,10 @@ const button20 = new Button({
|
||||
y: 310,
|
||||
label: 'Link Button',
|
||||
type: 'checkbox',
|
||||
style: 'link'
|
||||
style: 'link',
|
||||
action: event => {
|
||||
console.log('Link button clicked')
|
||||
}
|
||||
})
|
||||
|
||||
const button21 = new Button({
|
||||
|
||||
Reference in New Issue
Block a user