mirror of https://github.com/kivy/kivy.git
Call super in bubble.
This commit is contained in:
parent
f6018fd301
commit
1d1802cff7
|
@ -250,6 +250,7 @@ class TextInputCutCopyPaste(Bubble):
|
|||
def on_touch_down(self, touch):
|
||||
if self.collide_point(*touch.pos):
|
||||
FocusBehavior.ignored_touch.append(touch)
|
||||
return super(TextInputCutCopyPaste, self).on_touch_down(touch)
|
||||
|
||||
def on_textinput(self, instance, value):
|
||||
global Clipboard
|
||||
|
|
Loading…
Reference in New Issue