* [task#132832] Remove prompt information when copying a row.
This commit is contained in:
@@ -34,6 +34,7 @@ window.addNewLine = function(e)
|
||||
newLine.find('.form-label').addClass('hidden');
|
||||
newLine.find('.removeLine').removeClass('hidden');
|
||||
newLine.find('.c-actions').removeClass('first-action');
|
||||
newLine.find('.form-tip').remove();
|
||||
|
||||
/* 重新初始化新一行的下拉控件. */
|
||||
const objectClass = objectType == 'roadmap' ? '.linkRoadmap' : '.linkPlan';
|
||||
|
||||
Reference in New Issue
Block a user