@samhammer/tiptob 2.3.20 → 2.3.21
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/web-components.js
CHANGED
|
@@ -4189,7 +4189,9 @@ function Dl(e, t) {
|
|
|
4189
4189
|
}
|
|
4190
4190
|
}), R(v);
|
|
4191
4191
|
var E = X(v, 2);
|
|
4192
|
-
E.__click = () =>
|
|
4192
|
+
E.__click = () => {
|
|
4193
|
+
n().commands.mergeCells(), n().chain().focus();
|
|
4194
|
+
};
|
|
4193
4195
|
var w = I(E);
|
|
4194
4196
|
re(w, {
|
|
4195
4197
|
get content() {
|