mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix color by author automatically enabled for non-owned pads
This commit is contained in:
parent
b0b4029556
commit
e5f1fa7ef0
@ -689,7 +689,7 @@ define([
|
||||
|
||||
Markers.create = function (config) {
|
||||
var Env = config;
|
||||
Env.authormarks = Util.clone(DEFAULT);
|
||||
Env.authormarks = {};
|
||||
Env.enabled = false;
|
||||
Env.myAuthorId = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user