0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 07:12:39 +00:00

Fix cursor getting stuck on divider in Meta panel view

This commit is contained in:
Trevor Buckner
2021-07-30 22:44:00 -04:00
parent 046b6266b3
commit 213ef9d94b

View File

@@ -170,7 +170,7 @@ const Editor = createClass({
//Called when there are changes to the editor's dimensions
update : function(){
this.refs.codeEditor.updateSize();
this.refs.codeEditor?.updateSize();
},
renderEditor : function(){