Skip to content

Several clicks not handled properly #846

@LouisePla

Description

@LouisePla

If we click several times quickly, only one click out of two is taken into account.
We need a way to take every click into account.

Example :

| b |
b := BlElement new extent: 50 asPoint.
b background: Color random.
b addEventHandlerOn: BlClickEvent do: [ :e | Transcript crShow: 'Hello' ].
b openInSpace 

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions