mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-05 22:55:19 +00:00
Suspend/resume working.
This commit is contained in:
parent
dc48b0a85a
commit
98efc7ddfa
11 changed files with 95 additions and 28 deletions
|
|
@ -247,7 +247,7 @@ module.controller('FunctionViewController', function(
|
|||
instance, line, gutterClass, e) {
|
||||
if (e.which == 1) {
|
||||
if (gutterClass == 'debugger-fnview-gutter-icon' ||
|
||||
gutterClsas == 'debugger-fnview-gutter-addr') {
|
||||
gutterClass == 'debugger-fnview-gutter-addr') {
|
||||
var sourceLine = $scope.sourceLines[line];
|
||||
if (!sourceLine || sourceLine[0] != 'i') {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue