1
0
Kaynağa Gözat

Fix method references select in Browser: we cannot browse current method references as it's already selected

Laurent Laffont 12 yıl önce
ebeveyn
işleme
379fe3b007
3 değiştirilmiş dosya ile 55 ekleme ve 325 silme
  1. 0 6
      js/IDE.deploy.js
  2. 53 318
      js/IDE.js
  3. 2 1
      st/IDE.st

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 6
js/IDE.deploy.js


Dosya farkı çok büyük olduğundan ihmal edildi
+ 53 - 318
js/IDE.js


+ 2 - 1
st/IDE.st

@@ -1226,7 +1226,8 @@ updateSourceAndButtons
 				with: [ |option|
 					html option
 						with: 'References';
-						at: 'disabled' put: 'disabled'.
+						at: 'disabled' put: 'disabled';
+                        at: 'selected' put: 'selected'.
 					html option
 						class: 'important';
 						with: selectedMethod selector.

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor