@connectif/ui-components 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -4
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22720,10 +22720,6 @@ var TextEditor = function TextEditor2({
|
|
|
22720
22720
|
icon: "sourcecode",
|
|
22721
22721
|
onAction: () => {
|
|
22722
22722
|
showCodeEditor();
|
|
22723
|
-
const button = document.querySelector(
|
|
22724
|
-
"button.tox-tbtn--enabled"
|
|
22725
|
-
);
|
|
22726
|
-
typeof button?.click === "function" && button.click();
|
|
22727
22723
|
}
|
|
22728
22724
|
});
|
|
22729
22725
|
const setupProp = init?.setup;
|