mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Css backgrounds spike
This commit is contained in:
@@ -137,10 +137,10 @@ export class DefaultStyler implements definition.stylers.Styler {
|
||||
DefaultStyler.resetBackgroundProperty,
|
||||
DefaultStyler.getNativeBackgroundValue));
|
||||
|
||||
style.registerHandler(style.backgroundImageSourceProperty, new stylersCommon.StylePropertyChangedHandler(
|
||||
DefaultStyler.setBackgroundImageSourceProperty,
|
||||
DefaultStyler.resetBackgroundImageSourceProperty,
|
||||
DefaultStyler.getNativeBackgroundImageSourceValue));
|
||||
//style.registerHandler(style.backgroundImageSourceProperty, new stylersCommon.StylePropertyChangedHandler(
|
||||
// DefaultStyler.setBackgroundImageSourceProperty,
|
||||
// DefaultStyler.resetBackgroundImageSourceProperty,
|
||||
// DefaultStyler.getNativeBackgroundImageSourceValue));
|
||||
|
||||
style.registerHandler(style.visibilityProperty, new stylersCommon.StylePropertyChangedHandler(
|
||||
DefaultStyler.setVisibilityProperty,
|
||||
|
||||
Reference in New Issue
Block a user