Feb. 10, 2016
2:06 p.m.
On 09-02-16 09:15, Aliaksei Syrel wrote:
Bloc does not have examples yet. What classes/methods do you need to be commented first to understand the system?
In BlElement class>exampleAdvancedClipping there is twice addEventListener: (BlPluggableEventListener new whenMouseMoveDo: [ :event | event resumeBubbling ]); I'm not sure why the second one is needed. If this is needed a lot, I'd prefer #propagateEvent: #mouseMove or something like that. Stephan