You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add a "focus-out-event" on a "GtkSearchEntry" but application is crashing from native code.
[INFO] loop.cc: QuitLoopStack: 173: calling (anonymous)
/home/sparrow/projects/app/node_modules/node-gtk/lib/overrides/Gtk-3.0.js:37
originalMain()
^
TypeError: Cannot convert value "undefined" to type gboolean in signal "focus-out-event"
at Function.main (/home/sparrow/projects/app/node_modules/node-gtk/lib/overrides/Gtk-3.0.js:37:9)
at Object.<anonymous> (/home/sparrow/projects/app/app.js:40:5)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
Here is the index (crashing when onSearchBarFocusOut is triggered in handlers)
I tried to add a "focus-out-event" on a "GtkSearchEntry" but application is crashing from native code.
Here is the index (crashing when onSearchBarFocusOut is triggered in handlers)
here is glade file for reference
The text was updated successfully, but these errors were encountered: