Moving away from using modal with iframes. Scroll issues. Especially with Safari.
This commit is contained in:
@@ -114,6 +114,7 @@ export class MySubClassedDexie extends Dexie {
|
||||
id, post_id,
|
||||
account_id,
|
||||
topic_id, topic,
|
||||
name,
|
||||
title,
|
||||
full_name, email,
|
||||
archive, archive_on,
|
||||
@@ -123,6 +124,7 @@ export class MySubClassedDexie extends Dexie {
|
||||
comment: `
|
||||
id, post_comment_id,
|
||||
post_id,
|
||||
name,
|
||||
title,
|
||||
full_name, email,
|
||||
tmp_sort_1, tmp_sort_2,
|
||||
|
||||
Reference in New Issue
Block a user