bshorrosh

Results 1 issues of bshorrosh

Suggest to update the mounted code to include the following, which fixes the "this" reference inside Wails.Events... mounted() { let that = this Wails.Events.On("filemodified", () => { that.loadList(); }); Wails.Events.On("error",...