@equinor/echo-framework 0.14.1-beta-1 → 0.14.1-beta-2
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -42816,7 +42816,7 @@ const EchoEventHandler = ({
|
|
|
42816
42816
|
return () => {
|
|
42817
42817
|
unsubscribe();
|
|
42818
42818
|
};
|
|
42819
|
-
});
|
|
42819
|
+
}, []);
|
|
42820
42820
|
useEffect(() => {
|
|
42821
42821
|
document.addEventListener('contextmenu', copyText);
|
|
42822
42822
|
return () => {
|