Fix color by author automatically enabled for non-owned pads

pull/1/head
yflory 2020-04-22 10:37:46 +02:00
parent 2695b51b0d
commit 0d2f37890b
1 changed files with 1 additions and 1 deletions

View File

@ -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;