changed todo

This commit is contained in:
muerwre 2019-03-04 16:49:18 +07:00
parent c10ea8a685
commit 413a89a0bb
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@
## BUGS ## BUGS
todo moving out the screen makes stickers editable again todo moving out the screen makes stickers editable again
todo make poly editable only on click/manual edit dialog open
## FEATURES ## FEATURES
done make arrows and distance points done make arrows and distance points

View file

@ -143,7 +143,7 @@ module.exports = () => {
devServer: { devServer: {
historyApiFallback: true, historyApiFallback: true,
port: 8000, port: 8000,
host: '192.168.88.40', // host: '192.168.88.40',
contentBase: 'dist', contentBase: 'dist',
publicPath: '/', publicPath: '/',
hot: true, hot: true,