From 0a072562cb2b4aec618cb919f951a31453d72003 Mon Sep 17 00:00:00 2001 From: shmyga Date: Thu, 11 Jul 2019 22:12:31 +0300 Subject: [PATCH] [view] fix InputView --- src/main/haxework/view/form/InputView.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/haxework/view/form/InputView.hx b/src/main/haxework/view/form/InputView.hx index b602640..86d6c40 100755 --- a/src/main/haxework/view/form/InputView.hx +++ b/src/main/haxework/view/form/InputView.hx @@ -1,5 +1,6 @@ package haxework.view.form; +import haxework.view.text.TextView; import flash.events.Event; import flash.events.KeyboardEvent; import flash.text.TextField;