Fix drag&drop issues

This commit is contained in:
yflory
2020-03-02 18:03:06 +01:00
parent a901905ae5
commit 0fc5a456df
2 changed files with 20 additions and 12 deletions

View File

@@ -536,7 +536,7 @@ define([
patchTransformer: options.patchTransformer || ChainPad.SmartJSONTransformer,
// cryptpad debug logging (default is 1)
logLevel: 2,
logLevel: 1,
validateContent: options.validateContent || function (content) {
try {
JSON.parse(content);