More work on getting post and comment editing working.
This commit is contained in:
@@ -55,6 +55,13 @@ $: lq__post_comment_obj_li = liveQuery(async () => {
|
||||
return results;
|
||||
});
|
||||
|
||||
$: lq__post_comment_obj = liveQuery(async () => {
|
||||
let results = await db_posts.comment
|
||||
.get($idaa_slct.post_comment_id);
|
||||
|
||||
return results;
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@@ -123,6 +130,7 @@ $: lq__post_comment_obj_li = liveQuery(async () => {
|
||||
<Comp__post_obj_id_view
|
||||
lq__post_obj={lq__post_obj}
|
||||
lq__post_comment_obj_li={lq__post_comment_obj_li}
|
||||
lq__post_comment_obj={lq__post_comment_obj}
|
||||
/>
|
||||
|
||||
</Modal>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user