7.0.0-beta.2
entry point Editor.js
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user