diff --git a/examples/entry.js b/examples/entry.js index c493a4ca..5e1cb6b2 100644 --- a/examples/entry.js +++ b/examples/entry.js @@ -34,6 +34,7 @@ const entry = new Gtk.Entry() entry.on('key-press-event', (event) => { console.log(event) console.log(event.string) + return false })