Merge branch 'es6' into migrate-to-ES6-30
This commit is contained in:
commit
e7234c4f8c
42 changed files with 1130 additions and 935 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue