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,