Skip to content

Commit

Permalink
$mol_form_draft added mem decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Sep 30, 2023
1 parent adf2555 commit 554efcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion form/draft/demo/demo.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ namespace $.$$ {
this.result( this.message_done() )
}

@ $mol_mem
override friends_suggestions() {
if (! this.friends_showed()) return {}
this.$.$mol_wait_timeout(1000)
this.$.$mol_wait_timeout(500)
return super.friends_suggestions()
}

Expand Down

0 comments on commit 554efcc

Please sign in to comment.