fix bug in markdown widget

This commit is contained in:
yumoqing 2021-02-27 20:43:31 +08:00
parent 5cd2826d94
commit 18f3de6032

View File

@ -234,7 +234,7 @@ class SelectInput(BoxLayout):
**a)
self.si_value = ''
self.tinp = StrInput()
self.tinp.readonly = True
# self.tinp.readonly = True
newkw = {}
newkw.update(kw)
newkw.update({'on_select':self.setData})