mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-08-11 20:20:35 +00:00
Release v7.7.0 (#1286)
This commit is contained in:
@@ -1 +1 @@
|
||||
7.7.0-rc.1
|
||||
7.7.0
|
||||
@@ -209,7 +209,7 @@ return {
|
||||
},
|
||||
},
|
||||
StyleRule = {
|
||||
PropertiesSerialize = {
|
||||
Properties = {
|
||||
read = function(instance: StyleRule)
|
||||
return true, instance:GetProperties()
|
||||
end,
|
||||
@@ -220,9 +220,7 @@ return {
|
||||
|
||||
local existing = instance:GetProperties()
|
||||
|
||||
for itemName, itemValue in pairs(value) do
|
||||
instance:SetProperty(itemName, itemValue)
|
||||
end
|
||||
instance:SetProperties(value)
|
||||
|
||||
for existingItemName in pairs(existing) do
|
||||
if value[existingItemName] == nil then
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user