mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 08:44:02 +01:00
Will be Content as fallback
This commit is contained in:
@@ -1440,7 +1440,7 @@ var ICEcoder = {
|
||||
else if ("Unknown" === caretLocType) {caretLocType = "Content";}
|
||||
|
||||
fileName = this.openFiles[this.selectedTab - 1];
|
||||
if ("Unknown" === caretLocType && fileName) {
|
||||
if ("Content" === caretLocType && fileName) {
|
||||
fileExt = fileName.split(".");
|
||||
fileExt = fileExt[fileExt.length - 1];
|
||||
caretLocType =
|
||||
|
||||
Reference in New Issue
Block a user