Skip to content

Commit

Permalink
Remove editor bindings for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Oct 8, 2021
1 parent 1752473 commit 9a088a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/components/editor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ def __init__(self, master, *args, **kwargs):
self.base = master.base

self.configure(font=self.base.settings.font)
self.binder = Binder(bindings=self.base.settings.bindings, editor=self)
# self.binder = Binder(bindings=self.base.settings.bindings, editor=self)

0 comments on commit 9a088a0

Please sign in to comment.