diff options
Diffstat (limited to 'ext/js/display')
| -rw-r--r-- | ext/js/display/display.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/js/display/display.js b/ext/js/display/display.js index 39e9b5f9..b86b877d 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -1652,6 +1652,8 @@ export class Display extends EventDispatcher {                  Object.assign(result, result2);              }          } + +        console.log(result);      }      _triggerContentClear() { |