moved PtrJNode map to YGJtypes.h and passing layout context as data in LayoutPassEnd Event
Summary: Move PtrJNodeMap to header file so that it can be accessed in events subscribers outside yoga Reviewed By: davidaurelio Differential Revision: D15619629 fbshipit-source-id: 1bf213efd38ec7bcac6a38070f21fa837c5f17da
This commit is contained in:
committed by
Facebook Github Bot
parent
a4bdd9cd9b
commit
c393ed1381
@@ -4093,7 +4093,7 @@ void YGNodeCalculateLayoutWithContext(
|
||||
marker = nullptr;
|
||||
|
||||
#ifdef YG_ENABLE_EVENTS
|
||||
Event::publish<Event::LayoutPassEnd>(node);
|
||||
Event::publish<Event::LayoutPassEnd>(node, {layoutContext});
|
||||
#endif
|
||||
|
||||
// We want to get rid off `useLegacyStretchBehaviour` from YGConfig. But we
|
||||
|
Reference in New Issue
Block a user