diff --git a/ChangeLog.md b/ChangeLog.md index 5df04a8f..3d46bcbf 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ - Added support for HTML encoded links (Example would be when copying from Edge the URL) - Enabled context menus for all clickable client tags - Allowing to drag client tags + - Fixed the context menu within popout windows for the web client * **08.12.20** - Fixed the permission editor not resolving unique ids diff --git a/web/app/index-external.ts b/web/app/index-external.ts new file mode 100644 index 00000000..12a2f66b --- /dev/null +++ b/web/app/index-external.ts @@ -0,0 +1,4 @@ +/* This is the entry point file for the external modals */ + +import "./ui/context-menu"; +import "tc-shared/ui/react-elements/external-modal/PopoutEntrypoint" \ No newline at end of file diff --git a/webpack-web.config.ts b/webpack-web.config.ts index 253870de..637a1992 100644 --- a/webpack-web.config.ts +++ b/webpack-web.config.ts @@ -4,7 +4,8 @@ const WasmPackPlugin = require("@wasm-tool/wasm-pack-plugin"); export = () => config_base.config("web").then(config => { Object.assign(config.entry, { - "shared-app": "./web/app/index.ts" + "shared-app": "./web/app/index.ts", + "modal-external": "./web/app/index-external.ts" }); Object.assign(config.resolve.alias, {