This commit is contained in:
@@ -238,11 +238,17 @@ function clickHandler(menuItem) {
|
||||
let text = element.innerText || element.textContent;
|
||||
|
||||
let logText = "";
|
||||
window.$gz._.forEach(m.vm.$store.state.logArray, function appendLogItem(
|
||||
value
|
||||
) {
|
||||
//de-lodash
|
||||
// window.$gz._.forEach(m.vm.$store.state.logArray, function appendLogItem(
|
||||
// value
|
||||
// ) {
|
||||
// logText += value + "\n";
|
||||
// });
|
||||
|
||||
m.vm.$store.state.logArray.forEach(function appendLogItem(value) {
|
||||
logText += value + "\n";
|
||||
});
|
||||
|
||||
window.$gz.util.copyToClipboard(text + "\nCLIENT LOG\n" + logText);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user