Fix color by author automatically enabled for non-owned pads
parent
2695b51b0d
commit
0d2f37890b
|
@ -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