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

@@ -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 {
/**