mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: table getting converted to raw html
This commit is contained in:
@@ -92,8 +92,9 @@ export default class Backup {
|
||||
|
||||
switch (version) {
|
||||
case CURRENT_DATABASE_VERSION:
|
||||
case 5.1:
|
||||
case 5.3:
|
||||
case 5.2:
|
||||
case 5.1:
|
||||
case 5.0: {
|
||||
return backup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user