...codeQL
This commit is contained in:
parent
4612a11e32
commit
4740c5d8dc
@ -267,8 +267,8 @@ export class COperationLi extends HTMLElement {
|
|||||||
* is needed for the drag and drop functionality of the Sortable lists
|
* is needed for the drag and drop functionality of the Sortable lists
|
||||||
*/
|
*/
|
||||||
cloneNode() {
|
cloneNode() {
|
||||||
const { app, name, icon, includeStarIcon, charIndicesToHighlight } = this;
|
const { app, operationName, icon, includeStarIcon, charIndicesToHighlight } = this;
|
||||||
return new COperationLi(app, name, icon, includeStarIcon, charIndicesToHighlight);
|
return new COperationLi(app, operationName, icon, includeStarIcon, charIndicesToHighlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user