Merge branch 'es6' into migrate-to-ES6-36

This commit is contained in:
Cameron
2020-07-21 14:53:09 +01:00
committed by GitHub
76 changed files with 2070 additions and 1607 deletions
@@ -212,7 +212,7 @@ define(['itemHelper', 'dom', 'layoutManager', 'dialogHelper', 'datetime', 'loadi
function addElementToList(source, sortCallback) {
require(['prompt'], function (prompt) {
prompt({
prompt.default({
label: 'Value:'
}).then(function (text) {
var list = dom.parentWithClass(source, 'editableListviewContainer').querySelector('.paperList');