From b2278a99b4e57b4cfce13536b074e40582d85f20 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Sat, 25 May 2019 16:06:05 +0200 Subject: [PATCH] Update layer class name --- src/navigator/view/ItemView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigator/view/ItemView.js b/src/navigator/view/ItemView.js index df0802f80..a939908b4 100644 --- a/src/navigator/view/ItemView.js +++ b/src/navigator/view/ItemView.js @@ -75,7 +75,7 @@ export default Backbone.View.extend({ this.listenTo(model, 'change:status', this.updateStatus); this.listenTo(model, 'change:open', this.updateOpening); this.listenTo(model, 'change:style:display', this.updateVisibility); - this.className = `${pfx}layer ${pfx}layer__${type} no-select ${ppfx}two-color`; + this.className = `${pfx}layer ${pfx}layer__t-${type} no-select ${ppfx}two-color`; this.inputNameCls = `${ppfx}layer-name`; this.clsTitleC = `${pfx}layer-title-c`; this.clsTitle = `${pfx}layer-title`;