Enable track changes and comments feature

This commit is contained in:
yu-i-i
2024-12-03 01:07:49 +01:00
parent 2a2d3ab36e
commit 905b21efb1
6 changed files with 1929 additions and 1 deletions
@@ -3,7 +3,7 @@ const _ = require('lodash')
const Path = require('path')
module.exports = ProjectEditorHandler = {
trackChangesAvailable: false,
trackChangesAvailable: true,
buildProjectModelView(
project,