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

This commit is contained in:
Cameron 2020-07-19 20:09:09 +01:00 committed by GitHub
commit e7234c4f8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
42 changed files with 1130 additions and 935 deletions

View file

@ -233,7 +233,7 @@ import 'flexStyles';
function addElementToList(source, sortCallback) {
require(['prompt'], function (prompt) {
prompt({
prompt.default({
label: 'Value:'
}).then(function (text) {
const list = dom.parentWithClass(source, 'editableListviewContainer').querySelector('.paperList');