adds editor and plugin info to makeEvent

This commit is contained in:
Dane Louis Bratz 2019-03-07 09:06:58 -08:00
parent c48bd650bd
commit f1e295a255

View File

@ -125,6 +125,8 @@ module.exports = class EditorEvents {
text,
action,
filename: normalizeDriveLetter(document.fileName),
editor_version,
plugin_version
};
if (selection && selection.start != null && selection.end != null) {