Skip to content

Commit

Permalink
Update ios/MarkdownCommitHook.h
Browse files Browse the repository at this point in the history
Co-authored-by: Tomek Zawadzki <[email protected]>
  • Loading branch information
j-piasecki and tomekzaw authored Feb 27, 2024
1 parent d79c992 commit 33b3ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/MarkdownCommitHook.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ using namespace facebook::react;
namespace livemarkdown {

struct MarkdownTextInputDecoratorPair {
std::shared_ptr<const TextInputShadowNode> textInput;
std::shared_ptr<const MarkdownTextInputDecoratorShadowNode> decorator;
const std::shared_ptr<const TextInputShadowNode> textInput;
const std::shared_ptr<const MarkdownTextInputDecoratorShadowNode> decorator;
};

class MarkdownCommitHook : public UIManagerCommitHook {
Expand Down

0 comments on commit 33b3ab6

Please sign in to comment.