setCanRename call reduction

This commit is contained in:
OVSharova 2022-04-22 02:41:30 +03:00
parent 4c665dbe42
commit 452b02bef4

View file

@ -659,7 +659,7 @@ define([
if ( this.labelDocName ) { if ( this.labelDocName ) {
this.labelDocName.val( value ); this.labelDocName.val( value );
// this.labelDocName.attr('size', value.length); // this.labelDocName.attr('size', value.length);
this.setCanRename(this.options.canRename); //this.setCanRename(this.options.canRename);
//this.setCanRename(true); //this.setCanRename(true);
} }