[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, 18 Jan 2023 07:46:35 +0000 (16:46 +0900)
commit5d9ceefb82c0cd958e3ff435669348f05fe718fb
tree04384fd3b0444d8a2417aeac01e9d82f77db371a
parent3a641e7e5dcbf265d51928dd905774967a59089c
[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