Rename state/environment to state/app
This commit is contained in:
parent
1beb56abcf
commit
b0b9904bc1
12 changed files with 93 additions and 79 deletions
|
@ -1,6 +1,6 @@
|
|||
import { when } from '../util/observe';
|
||||
import { measureScrollBarWidth } from '../util';
|
||||
import { getCharWidth } from '../state/environment';
|
||||
import { getCharWidth } from '../state/app';
|
||||
import { updateMessageHeight } from '../state/messages';
|
||||
|
||||
const menuWidth = 200;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue