mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Assert against the user trying to set isLayerBacked on ASEditableTextNode
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
@protocol ASEditableTextNodeDelegate;
|
||||
|
||||
/// @abstract ASEditableTextNode implements a node that supports text editing.
|
||||
/// @abstract ASEditableTextNode implements a view-backed node that supports text editing.
|
||||
@interface ASEditableTextNode : ASDisplayNode
|
||||
|
||||
// @abstract The text node's delegate, which must conform to the <ASEditableTextNodeDelegate> protocol.
|
||||
|
||||
Reference in New Issue
Block a user