7.0.0-beta.2

entry point Editor.js
This commit is contained in:
JFH
2021-08-03 18:23:00 +02:00
parent a9bc2f4445
commit f73f6779c3
3 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
"build-and-open-docs": "run-s build-docs open-docs",
"compress-images": "imageoptim \"src/editor/extensions/*.png\" \"src/editor/spinbtn/*.png\" \"src/editor/jgraduate/images/*.{png,gif}\" \"src/editor/images/*.png\"",
"remark": "remark -q -f .",
"prepublishOnly": "run-s license-badges copy prep build-docs"
"prepublishOnly": "run-s build-docs"
},
"repository": {
"type": "git",

View File

@@ -133,7 +133,7 @@ export class SeList extends HTMLElement {
}
});
this.$dropdown.addEventListener('close', (_e) => {
/** @todo: with Chrome, selectedindexchange does not fire consistently
/** with Chrome, selectedindexchange does not fire consistently
* unless you forec change in this close event
*/
this.$dropdown.selectedIndex = this.$dropdown.currentIndex;

View File

@@ -6,7 +6,6 @@ import PlainButton from 'elix/src/plain/PlainButton.js';
* @class SePlainBorderButton
* Button with a border in the Plain reference design system
*
* @inherits PlainButton
*/
class SePlainBorderButton extends PlainButton {
/**