Fix color by author automatically enabled for non-owned pads
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user