7.0.0-beta.2
entry point Editor.js
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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