From 413a89a0bb0a19bb5fb3297f0bb277c3ec7c812a Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 4 Mar 2019 16:49:18 +0700 Subject: [PATCH] changed todo --- src/index.tsx | 2 ++ webpack.config.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index e554cef..44b6fa0 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -3,6 +3,8 @@ ## BUGS todo moving out the screen makes stickers editable again + todo make poly editable only on click/manual edit dialog open + ## FEATURES done make arrows and distance points diff --git a/webpack.config.js b/webpack.config.js index 4b085ce..deea4f7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -143,7 +143,7 @@ module.exports = () => { devServer: { historyApiFallback: true, port: 8000, - host: '192.168.88.40', + // host: '192.168.88.40', contentBase: 'dist', publicPath: '/', hot: true,