[NUI] fix tct block issue in text field and editor
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 18 Jan 2023 06:37:40 +0000 (15:37 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 26 Apr 2023 01:53:38 +0000 (10:53 +0900)
commit3b9449a5ba50d1248a6d681426fcade984c1ca80
treed77fa3ca7242372dff53b81c776ed93ff2e2c523
parent1474f282eb15ed99dfe8b920d1f4a95768711662
[NUI] fix tct block issue in text field and editor

GetInputMethodContext() in ReleaseSwigCPtr crashes due to current changes in BaseHandle.
Move DestroyContext() to Dispose to avoid this.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs