mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 15:54:00 +01:00
Ensure we have function data before considering tooltips
This commit is contained in:
@@ -726,7 +726,7 @@ var ICEcoder = {
|
||||
functionArgsTooltip: function(e, area) {
|
||||
let numLintErrors;
|
||||
|
||||
if (this.indexData) {
|
||||
if (this.indexData && this.indexData.functions) {
|
||||
// If we have no files open, return early
|
||||
if (0 === this.openFiles.length) {
|
||||
get('tooltip').style.display = "none";
|
||||
|
||||
Reference in New Issue
Block a user